aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-09 23:07:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-09 23:07:25 +0000
commit6601c13809beb257ebacdfbb89745a29c24f8917 (patch)
tree947fc09732b2644ac6456cf302cc66a443090cee /Tools
parent6a89c7bb388fc9159a60cd6aa5829029245d5345 (diff)
Reverse sense of NOPLISTCHECK -> PLISTCHECK, since it's not an option
we want enabled by default (it causes too many build failures). This was too easy to forget when building packages 'by hand' using the parallel makefile.
Notes
Notes: svn path=/head/; revision=55792
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/buildscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/buildscript b/Tools/portbuild/scripts/buildscript
index a7bf4b7a4ef7..c1d0ada32901 100755
--- a/Tools/portbuild/scripts/buildscript
+++ b/Tools/portbuild/scripts/buildscript
@@ -104,7 +104,7 @@ else
if [ "x${mtreefile}" != "x" ]; then
mtree -f ${mtreefile} -p ${prefix} > /tmp/list3
if [ -s /tmp/list3 ]; then
- if [ "x${NOPLISTCHECK}" = "x" ]; then
+ if [ "x${PLISTCHECK}" != "x" ]; then
echo "1" > /tmp/status
fi
echo "================================================================"