pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk During print-PLIST, use PKGNAME_NOREV to search for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffff17fe1465
branches:  trunk
changeset: 461100:ffff17fe1465
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Sep 10 22:29:10 2003 +0000

description:
During print-PLIST, use PKGNAME_NOREV to search for matches, not PKGNAME
(though, keep the ${PKGNAME} replacement, as it contains the right value
in the PLIST).

diffstat:

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

diffs (18 lines):

diff -r 6a5ddaeb21b6 -r ffff17fe1465 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Wed Sep 10 21:51:22 2003 +0000
+++ b/mk/bsd.pkg.mk     Wed Sep 10 22:29:10 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1268 2003/09/10 02:20:50 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1269 2003/09/10 22:29:10 jmmv Exp $
 #
 # This file is in the public domain.
 #
@@ -4351,7 +4351,7 @@
                -e  's@${LOWER_OS_VERSION:S/./\./g}@\$${LOWER_OS_VERSION}@' \
                -e  's@${LOWER_OPSYS}@\$${LOWER_OPSYS}@'
 SUBST_PLIST_REPLACEMENT2=                                              \
-               -e  's@${PKGNAME:S/./\./g}@\$${PKGNAME}@'               \
+               -e  's@${PKGNAME_NOREV:S/./\./g}@\$${PKGNAME}@'         \
                -e  's@${PKGVERSION:S/./\./g}@\$${PKGVERSION}@'         \
                -e  's@${PKGLOCALEDIR}/locale@\$${PKGLOCALEDIR}/locale@'
 



Home | Main Index | Thread Index | Old Index