diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-28 13:59:10 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-28 13:59:10 +0000 |
commit | ea96adde7c9931156d500906e8428e504a28eff2 (patch) | |
tree | 511bbec8e171c40194aef5f812a054a0538faee6 /mk | |
parent | 37d6136f8067676766e7a1bc975e0593bd66e20a (diff) | |
download | pkgsrc-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.mk | 4 |
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 ###################################################################### |