summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-09-15 10:27:12 +0000
committerdmcmahill <dmcmahill>2003-09-15 10:27:12 +0000
commit61dd5026438214b2f3d2d22e036162e4ad175b3e (patch)
tree053e58fc02e0988f0029a3214be4d5a94d4e8748 /mk
parentdb918030e47b553c38b4d3796d43c4b1f59e2852 (diff)
downloadpkgsrc-61dd5026438214b2f3d2d22e036162e4ad175b3e.tar.gz
add an @ on one of the print-summary-data target lines. This removes some
garbage from the database file.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 4674075aa74..2f1c2a6ba95 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1284 2003/09/14 16:41:30 danw Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1285 2003/09/15 10:27:12 dmcmahill Exp $
#
# This file is in the public domain.
#
@@ -4246,7 +4246,7 @@ print-summary-data:
else \
${ECHO} "onlyfor ${PKGPATH} ${ONLY_FOR_ARCHS}"; \
fi;
- if [ "${NOT_FOR_OPSYS}" = "" ]; then \
+ @if [ "${NOT_FOR_OPSYS}" = "" ]; then \
${ECHO} "notfor ${PKGPATH} any"; \
else \
${ECHO} "notfor ${PKGPATH} not ${NOT_FOR_OPSYS}"; \