From 71960dee9e67049bef13c9efb3653608b1fe85a9 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 09:41:45 +0000 Subject: Fix quoting. --- games/crafty/Makefile | 6 +++--- games/knightcap/Makefile | 4 ++-- games/nethack-qt/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 8d023130549..c993d9896f6 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2005/03/07 09:48:36 uebayasi Exp $ DISTNAME= crafty-18.15 CATEGORIES= games @@ -39,8 +39,8 @@ BUILD_TARGET= solaris-gcc BUILD_TARGET= generic .endif -CRAFTY_OPTS= -DBOOKDIR=\\\"${BOOKDIR}\\\" -CRAFTY_OPTS+= -DTBDIR=\\\"${TBDIR}\\\" +CRAFTY_OPTS= -DBOOKDIR="\"${BOOKDIR}\"" +CRAFTY_OPTS+= -DTBDIR="\"${TBDIR}\"" MAKE_ENV+= opt="${CRAFTY_OPTS}" BOOKDIR= ${PREFIX}/lib/crafty diff --git a/games/knightcap/Makefile b/games/knightcap/Makefile index 2136b62f87c..5ff9de7c4f6 100644 --- a/games/knightcap/Makefile +++ b/games/knightcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/07 09:48:37 uebayasi Exp $ DISTNAME= KnightCap-3.6 PKGNAME= knightcap-3.6 @@ -19,7 +19,7 @@ USE_X11= # defined MAKE_ENV+= MESA=${BUILDLINK_PREFIX.MesaLib} MAKE_ENV+= DEFINES="${DEFINES}" -DEFINES= -DTB_DIR=\\\"${TBDIR}\\\" +DEFINES= -DTB_DIR="\"${TBDIR}\"" TBDIR= ${PREFIX}/share/egtb DOCDIR= ${PREFIX}/share/doc/knightcap diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 7d597f5997f..7ef43971716 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2005/03/07 09:48:37 uebayasi Exp $ # .include "../nethack-lib/Makefile.common" @@ -17,7 +17,7 @@ USE_X11= # defined BUILD_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt -CFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\" +CFLAGS+= -DPREFIX="\"${PREFIX}\"" ALLFILES= ${DISTFILES} # don't checksum shared patches -- cgit v1.2.3