Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/create/perform.c,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/create/perform.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- pkgsrc/pkgtools/pkg_install/files/create/perform.c 2009/08/02 17:56:44 1.25 +++ pkgsrc/pkgtools/pkg_install/files/create/perform.c 2009/11/05 16:22:32 1.26 @@ -1,4 +1,4 @@ -/* $NetBSD: perform.c,v 1.25 2009/08/02 17:56:44 joerg Exp $ */ +/* $NetBSD: perform.c,v 1.26 2009/11/05 16:22:32 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,7 +7,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: perform.c,v 1.25 2009/08/02 17:56:44 joerg Exp $"); +__RCSID("$NetBSD: perform.c,v 1.26 2009/11/05 16:22:32 joerg Exp $"); /* * FreeBSD install - a package for the installation and maintainance @@ -168,13 +168,6 @@ pkg_perform(const char *pkg) plist.head = plist.tail = NULL; - /* If a SrcDir override is set, add it now */ - if (SrcDir) { - if (Verbose && !PlistOnly) - printf("Using SrcDir value of %s\n", (realprefix) ? realprefix : SrcDir); - add_plist(&plist, PLIST_SRC, SrcDir); - } - /* Stick the dependencies, if any, at the top */ if (Pkgdeps) register_depends(&plist, Pkgdeps, 0);