diff options
author | kris <kris@FreeBSD.org> | 2003-09-12 20:44:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-09-12 20:44:50 +0000 |
commit | a4b09adb9fd9a8bcab0cbf021b00546f585386e8 (patch) | |
tree | 3a07ee4fb8361dd58108ad733b6c3eeac201adf2 /Tools | |
parent | 90c3cfd6924f4f9a02f60d590f0e0c8e44a66674 (diff) | |
download | FreeBSD-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-x | Tools/portbuild/scripts/makeduds | 1 |
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 |