summaryrefslogtreecommitdiff
path: root/mk/plist
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
commita215fa598de828674b300f78ddf9edb0a2cb2700 (patch)
tree511bbec8e171c40194aef5f812a054a0538faee6 /mk/plist
parentada9d78f219a72eb5b4f9f4d2a9b917272825c7e (diff)
downloadpkgsrc-a215fa598de828674b300f78ddf9edb0a2cb2700.tar.gz
Changed suffix for _PLIST_NOKEYWORDS to be more in line with other files
in WRKDIR.
Diffstat (limited to 'mk/plist')
-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
######################################################################