From 7bc2b195853f2aa1e9622346a7fc8a1c3efb36cc Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 12 Sep 2003 20:44:50 +0000 Subject: [PATCH] Set PACKAGE_BUILDING before making the duds file to prevent listing of ports that are buildable conditionally on this variable. --- Tools/portbuild/scripts/makeduds | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds index d5c4b614c2c3..057352c2dc59 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