From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- games/d2x/Makefile | 6 +++--- games/gnome2-games/Makefile | 6 +++--- games/powermanga/Makefile | 4 ++-- games/scummvm/Makefile | 4 ++-- games/wesnoth/Makefile | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'games') 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" 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= diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index fb9497d63d8..a37c580feea 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:17 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/05 23:55:07 rillig Exp $ # DISTNAME= powermanga-0.79 @@ -12,7 +12,7 @@ COMMENT= Arcade 2D shoot-em-up game GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} MAKE_ENV+= TOUCH=${TOUCH:Q} WRKSRC=${WRKSRC:Q} .include "../../audio/SDL_mixer/buildlink3.mk" diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 2b905df3ba8..c8af6bd93ab 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/10/31 09:05:34 adam Exp $ +# $NetBSD: Makefile,v 1.38 2005/12/05 23:55:07 rillig Exp $ DISTNAME= scummvm-0.8.0 CATEGORIES= games @@ -12,7 +12,7 @@ COMMENT= LucasArts Script Creation Utility for Maniac Mansion USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} UNLIMIT_RESOURCES= datasize diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 9259ea12e4c..beef8cdcd7c 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:18 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:07 rillig Exp $ DISTNAME= wesnoth-1.0.1 CATEGORIES= games @@ -10,7 +10,7 @@ COMMENT= Fantasy turn-based strategy game USE_TOOLS+= pkg-config HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} UNLIMIT_RESOURCES+= datasize -- cgit v1.2.3