pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Missed a couple of underscores. Add them.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31dd255764b8
branches:  trunk
changeset: 503233:31dd255764b8
user:      erh <erh%pkgsrc.org@localhost>
date:      Wed Nov 16 21:43:40 2005 +0000

description:
Missed a couple of underscores.  Add them.

diffstat:

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

diffs (20 lines):

diff -r fe71cc877f9f -r 31dd255764b8 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Wed Nov 16 20:59:22 2005 +0000
+++ b/mk/bsd.pkg.mk     Wed Nov 16 21:43:40 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1752 2005/11/16 20:59:22 erh Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1753 2005/11/16 21:43:40 erh Exp $
 #
 # This file is in the public domain.
 #
@@ -1370,8 +1370,8 @@
 # Note: _any_ output from check-vulnerable is considered an error by do-fetch.
 .PHONY: check-vulnerable
 check-vulnerable:
-.if empty(AUDIT_PACKAGES_OK:M0)
-       @${ECHO_MSG} "${_PKGSRC_IN}> *** The audit-packages package must be at least version ${AUDIT_PACKAGES_MIN_VERSION}"
+.if empty(_AUDIT_PACKAGES_OK:M0)
+       @${ECHO_MSG} "${_PKGSRC_IN}> *** The audit-packages package must be at least version ${_AUDIT_PACKAGES_MIN_VERSION}"
        @${ECHO_MSG} "${_PKGSRC_IN}> *** Please install pkgsrc/security/audit-packages package and run";
        @${ECHO_MSG} "${_PKGSRC_IN}> *** '${LOCALBASE}/sbin/download-vulnerability-list'.";
        @false



Home | Main Index | Thread Index | Old Index