svn commit: r203655 - user/dougb/portmaster
Doug Barton
dougb at FreeBSD.org
Mon Feb 8 06:09:36 UTC 2010
Author: dougb
Date: Mon Feb 8 06:09:35 2010
New Revision: 203655
URL: http://svn.freebsd.org/changeset/base/203655
Log:
One more place where build_l is updated that needs to go through the
function to avoid duplicates
Modified:
user/dougb/portmaster/portmaster
Modified: user/dougb/portmaster/portmaster
==============================================================================
--- user/dougb/portmaster/portmaster Mon Feb 8 06:08:47 2010 (r203654)
+++ user/dougb/portmaster/portmaster Mon Feb 8 06:09:35 2010 (r203655)
@@ -2471,7 +2471,7 @@ if [ -n "$CONFIG_ONLY" -a "$$" -eq "$PM_
if [ -n "$upg_port" ]; then
update_build_l $upg_port
else
- build_l="${build_l}\tInstall $portdir\n"
+ update_build_l $portdir
fi
fi
More information about the svn-src-user
mailing list