svn commit: r275355 - head/tools/tools/sysbuild
Poul-Henning Kamp
phk at FreeBSD.org
Mon Dec 1 10:17:24 UTC 2014
Author: phk
Date: Mon Dec 1 10:17:23 2014
New Revision: 275355
URL: https://svnweb.freebsd.org/changeset/base/275355
Log:
Face the fact that we have no idea where the ports tree really lives.
Modified:
head/tools/tools/sysbuild/sysbuild.sh
Modified: head/tools/tools/sysbuild/sysbuild.sh
==============================================================================
--- head/tools/tools/sysbuild/sysbuild.sh Mon Dec 1 08:14:25 2014 (r275354)
+++ head/tools/tools/sysbuild/sysbuild.sh Mon Dec 1 10:17:23 2014 (r275355)
@@ -226,8 +226,7 @@ ports_build() (
t=`echo $p | sed 's,/usr/ports/,,'`
pn=`cd $p && make package-name`
- if [ "x$p" == "x/usr/ports/ports-mgmt/pkg" -o \
- "x$p" == "x/freebsd/ports/ports-mgmt/pkg" ] ; then
+ if [ "x`basename $p`" == "xpkg" ] ; then
log_it "Very Special: $t ($pn)"
(
More information about the svn-src-head
mailing list