pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk add a long missing @ in the print-summary-data targ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acd8112e4f36
branches:  trunk
changeset: 394989:acd8112e4f36
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jun 30 16:11:49 2009 +0000

description:
add a long missing @ in the print-summary-data target that has been causing garbage to appear in the output

diffstat:

 mk/bsd.pkg.readme.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5cb9a7b6ea8a -r acd8112e4f36 mk/bsd.pkg.readme.mk
--- a/mk/bsd.pkg.readme.mk      Tue Jun 30 15:33:06 2009 +0000
+++ b/mk/bsd.pkg.readme.mk      Tue Jun 30 16:11:49 2009 +0000
@@ -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 @@
        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}";          \



Home | Main Index | Thread Index | Old Index