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)"
(
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"