diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /sysutils/dbus | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile.common | 6 |
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 |