summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-05-28 13:59:10 +0000
committerheinz <heinz@pkgsrc.org>2007-05-28 13:59:10 +0000
commitea96adde7c9931156d500906e8428e504a28eff2 (patch)
tree511bbec8e171c40194aef5f812a054a0538faee6 /mk
parent37d6136f8067676766e7a1bc975e0593bd66e20a (diff)
downloadpkgsrc-ea96adde7c9931156d500906e8428e504a28eff2.tar.gz
Changed suffix for _PLIST_NOKEYWORDS to be more in line with other files
in WRKDIR.
Diffstat (limited to 'mk')
-rw-r--r--mk/plist/plist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index f51f73da1ec..8420b58db51 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -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 @@ PLIST_SRC+= ${PKGDIR}/PLIST.common_end
# This is the path to the generated PLIST file.
PLIST= ${WRKDIR}/.PLIST
-_PLIST_NOKEYWORDS=${PLIST}.nokeywords
+_PLIST_NOKEYWORDS=${PLIST}_nokeywords
######################################################################