svn commit: r238845 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Fri Jul 27 14:48:42 UTC 2012


Author: linimon (doc,ports committer)
Date: Fri Jul 27 14:48:41 2012
New Revision: 238845
URL: http://svn.freebsd.org/changeset/base/238845

Log:
  Remember not to check in test lines that don't work in production.
  
  Reminded by:	bapt

Modified:
  projects/portbuild/scripts/buildscript

Modified: projects/portbuild/scripts/buildscript
==============================================================================
--- projects/portbuild/scripts/buildscript	Fri Jul 27 13:57:28 2012	(r238844)
+++ projects/portbuild/scripts/buildscript	Fri Jul 27 14:48:41 2012	(r238845)
@@ -166,7 +166,7 @@ pkg_sufx=${PKG_SUFX}
 # Use pkgng if available.
 #if [ -x /usr/sbin/pkg ]; then
 use_pkgng="no"
-grep "^WITH_PKGNG[      ]*=" make.conf.* | sed -e "s/.*=//;s/ //"  | grep "[Yy][Ee][Ss]$" && use_pkgng="yes"
+grep "^WITH_PKGNG[      ]*=" make.conf | sed -e "s/.*=//;s/ //"  | grep "[Yy][Ee][Ss]$" && use_pkgng="yes"
 
 # Keep restricted distfiles in a subdirectory for extra protection
 # against leakage


More information about the svn-src-projects mailing list