summaryrefslogtreecommitdiff
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-09-12 20:44:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-09-12 20:44:50 +0000
commit7bc2b195853f2aa1e9622346a7fc8a1c3efb36cc (patch)
tree9b63d9a3b3eba05d36b1f440455741d26d0af4cc /Tools/portbuild
parentExport MASTER_SITE_OVERRIDE with DIST_SUBDIR correctly escaped (diff)
Set PACKAGE_BUILDING before making the duds file to prevent listing of
ports that are buildable conditionally on this variable.
Notes
Notes: svn path=/head/; revision=88964
Diffstat (limited to 'Tools/portbuild')
-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 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