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/d2x | |
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/d2x')
-rw-r--r-- | games/d2x/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/d2x/Makefile b/games/d2x/Makefile index d907dbc1222..ab61e272422 100644 --- a/games/d2x/Makefile +++ b/games/d2x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/08/20 19:16:21 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:07 rillig Exp $ # DISTNAME= d2x-0.2.5 @@ -22,8 +22,8 @@ MESSAGE_SUBST+= D2X_DATA=${D2X_DATA} # support # CONFIGURE_ARGS+= --disable-network -CONFIGURE_ARGS+= --prefix=${PREFIX} -CONFIGURE_ARGS+= --with-sharepath=${D2X_DATA} +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --with-sharepath=${D2X_DATA:Q} .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" |