pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Adjusted the code to the pkglint warning that NO_PA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6970b9d6eaee
branches:  trunk
changeset: 511789:6970b9d6eaee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 22 08:36:07 2006 +0000

description:
Adjusted the code to the pkglint warning that NO_PACKAGE should not be
quoted.

diffstat:

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

diffs (18 lines):

diff -r 0c80cb2a56d5 -r 6970b9d6eaee mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Apr 22 07:32:24 2006 +0000
+++ b/mk/bsd.pkg.mk     Sat Apr 22 08:36:07 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1817 2006/04/18 00:25:05 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1818 2006/04/22 08:36:07 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -1016,7 +1016,7 @@
 .  if defined(SKIP_SILENT)
        @${DO_NADA}
 .  else
-       @${ECHO_MSG} "${_PKGSRC_IN}> ${PKGNAME} may not be packaged: ${NO_PACKAGE}."
+       @${ECHO_MSG} "${_PKGSRC_IN}> ${PKGNAME} may not be packaged: "${NO_PACKAGE:Q}"."
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index