pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/plist Changed suffix for _PLIST_NOKEYWORDS to be mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b01fed94f9f
branches:  trunk
changeset: 529230:9b01fed94f9f
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon May 28 13:59:10 2007 +0000

description:
Changed suffix for _PLIST_NOKEYWORDS to be more in line with other files
in WRKDIR.

diffstat:

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

diffs (18 lines):

diff -r c2a660d81c2d -r 9b01fed94f9f mk/plist/plist.mk
--- a/mk/plist/plist.mk Mon May 28 13:54:25 2007 +0000
+++ b/mk/plist/plist.mk Mon May 28 13:59:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.23 2007/05/28 13:54:25 heinz Exp $
+# $NetBSD: plist.mk,v 1.24 2007/05/28 13:59:10 heinz Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -64,7 +64,7 @@
 
 # This is the path to the generated PLIST file.
 PLIST=         ${WRKDIR}/.PLIST
-_PLIST_NOKEYWORDS=${PLIST}.nokeywords
+_PLIST_NOKEYWORDS=${PLIST}_nokeywords
 
 ######################################################################
 



Home | Main Index | Thread Index | Old Index