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 /games/gnome2-games | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index f61cbf735b4..e68cd726cec 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2005/12/05 20:50:16 rillig Exp $ +# $NetBSD: Makefile,v 1.55 2005/12/05 23:55:07 rillig Exp $ DISTNAME= gnome-games-2.12.1 PKGREVISION= 1 @@ -27,10 +27,10 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL GNU_CONFIGURE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} -CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} # This package installs files in sysconfdir but does not read them directly, # so the following configuration argument is safe. -CONFIGURE_ARGS+= --sysconfdir=${EGDIR} +CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q} EGDIR= ${PREFIX}/share/examples/gnome2-games CONF_FILES= |