summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-09-12 20:44:50 +0000
committerkris <kris@FreeBSD.org>2003-09-12 20:44:50 +0000
commita4b09adb9fd9a8bcab0cbf021b00546f585386e8 (patch)
tree3a07ee4fb8361dd58108ad733b6c3eeac201adf2 /Tools
parent90c3cfd6924f4f9a02f60d590f0e0c8e44a66674 (diff)
downloadFreeBSD-ports-a4b09adb9fd9a8bcab0cbf021b00546f585386e8.zip
FreeBSD-ports-a4b09adb9fd9a8bcab0cbf021b00546f585386e8.tar.gz
Set PACKAGE_BUILDING before making the duds file to prevent listing of
ports that are buildable conditionally on this variable.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index d5c4b61..057352c 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -29,6 +29,7 @@ duds=${pb}/${arch}/${branch}/duds
unset DISPLAY
+export PACKAGE_BUILDING=1
cd ${PORTSDIR}
make -j${DUDSJOBS} ignorelist ECHO_MSG=true > ${duds} || exit 1
sort ${duds} > ${duds}.tmp
OpenPOWER on IntegriCloud