diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /x11/control-center | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'x11/control-center')
-rw-r--r-- | x11/control-center/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/control-center/Makefile b/x11/control-center/Makefile index 4df7777ebe1..5955bdd6062 100644 --- a/x11/control-center/Makefile +++ b/x11/control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/24 21:26:24 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:23 rillig Exp $ DISTNAME= control-center-1.4.0.5 CATEGORIES= x11 gnome @@ -20,7 +20,7 @@ USE_LIBTOOL= YES LOCALSTATEDIR= ${PREFIX}/var GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} +CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR:Q} .include "../../mk/bsd.prefs.mk" |