summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.readme.mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2009-06-30 16:11:49 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2009-06-30 16:11:49 +0000
commit43f98c7ca0e3ee8d3abab05514a466a31b1aa57d (patch)
treeac6faebba6d388b2be04eca0de04f8bcaec51638 /mk/bsd.pkg.readme.mk
parent4424ec6b3338a0ab30edd59926231e41c7f92863 (diff)
downloadpkgsrc-43f98c7ca0e3ee8d3abab05514a466a31b1aa57d.tar.gz
add a long missing @ in the print-summary-data target that has been causing garbage to appear in the output
Diffstat (limited to 'mk/bsd.pkg.readme.mk')
-rw-r--r--mk/bsd.pkg.readme.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.readme.mk b/mk/bsd.pkg.readme.mk
index 1e925e67fdd..9226529145f 100644
--- a/mk/bsd.pkg.readme.mk
+++ b/mk/bsd.pkg.readme.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.readme.mk,v 1.22 2008/06/24 13:03:29 wiz Exp $
+# $NetBSD: bsd.pkg.readme.mk,v 1.23 2009/06/30 16:11:49 dmcmahill Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and encapsulates the
# code to produce README.html files in each package directory.
@@ -327,7 +327,7 @@ print-summary-data:
else \
${ECHO} "notfor ${PKGPATH} not ${NOT_FOR_PLATFORM}"; \
fi;
- if [ -n "${OWNER}" ]; then \
+ @if [ -n "${OWNER}" ]; then \
${ECHO} "owner ${PKGPATH} ${OWNER}"; \
else \
${ECHO} "maintainer ${PKGPATH} ${MAINTAINER}"; \