summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-02-20 09:22:14 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-02-20 09:22:14 +0000
commit2a60f0037bdbca708b552f8db3c06945b5abdbfa (patch)
treed06937a2cf1a72d3b1d9c90f96a201daad9a942d /mk/plist
parent1a3ce18ec064edd79be29dcd81f2f0bc817fb863 (diff)
downloadpkgsrc-2a60f0037bdbca708b552f8db3c06945b5abdbfa.tar.gz
A missing quote.
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 c5d1c445d6d..d1c3b060070 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.18 2006/11/05 15:10:08 joerg Exp $
+# $NetBSD: plist.mk,v 1.19 2007/02/20 09:22:14 uebayasi Exp $
#
# This Makefile fragment handles the creation of PLISTs for use by
# pkg_create(8).
@@ -120,7 +120,7 @@ PLIST_SUBST+= OPSYS=${OPSYS:Q} \
PKGBASE=${PKGBASE:Q} \
PKGNAME=${PKGNAME_NOREV:Q} \
PKGLOCALEDIR=${PKGLOCALEDIR:Q} \
- PKGVERSION=${PKGVERSION:C/nb[0-9]*$//} \
+ PKGVERSION=${PKGVERSION:C/nb[0-9]*$//:Q} \
LOCALBASE=${LOCALBASE:Q} \
VIEWBASE=${VIEWBASE:Q} \
X11BASE=${X11BASE:Q} \