summaryrefslogtreecommitdiff
path: root/sysutils/dbus/Makefile.common
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /sysutils/dbus/Makefile.common
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'sysutils/dbus/Makefile.common')
-rw-r--r--sysutils/dbus/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common
index ffc4acd8b69..b03d3ba7dfa 100644
--- a/sysutils/dbus/Makefile.common
+++ b/sysutils/dbus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/12/05 20:51:00 rillig Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/12/05 23:55:19 rillig Exp $
#
# XXX Do not update to 0.30 or above yet. The API in the 0.2x series is
@@ -37,8 +37,8 @@ CONFIGURE_ARGS+= --disable-mono-docs
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-selinux
CONFIGURE_ARGS+= --enable-checks
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-xml=expat
CONFIGURE_ARGS+= --without-x