summaryrefslogtreecommitdiff
path: root/textproc/namazu2
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/namazu2
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'textproc/namazu2')
-rw-r--r--textproc/namazu2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile
index 7e253922e7d..202e99b6b90 100644
--- a/textproc/namazu2/Makefile
+++ b/textproc/namazu2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/12/05 20:51:07 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/05 23:55:20 rillig Exp $
DISTNAME= namazu-2.0.14
PKGREVISION= 3
@@ -25,9 +25,9 @@ USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= libtool
TEST_TARGET= check
-CONFIGURE_ARGS+= --localstatedir=${DATADIR} \
+CONFIGURE_ARGS+= --localstatedir=${DATADIR:Q} \
--libexecdir=${PREFIX}/libexec/cgi-bin \
- --sysconfdir=${PKG_SYSCONFBASE} \
+ --sysconfdir=${PKG_SYSCONFBASE:Q} \
--with-chasen
DATADIR= ${PREFIX}/libdata