summaryrefslogtreecommitdiff
path: root/textproc/chasen
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /textproc/chasen
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'textproc/chasen')
-rw-r--r--textproc/chasen/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/chasen/Makefile.common b/textproc/chasen/Makefile.common
index a72f2e6314d..52355716f28 100644
--- a/textproc/chasen/Makefile.common
+++ b/textproc/chasen/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/02/13 09:54:38 taca Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/12/05 23:55:20 rillig Exp $
#
CHASEN_VERSION= 2.3.3
@@ -7,5 +7,5 @@ CHASEN_VERSION= 2.3.3
PKG_SYSCONFSUBDIR?= chasen
CHASEN_DICDIR?= ${PREFIX}/share/chasen/dic
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
- --with-dicdir=${CHASEN_DICDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \
+ --with-dicdir=${CHASEN_DICDIR:Q}