diff options
author | uebayasi <uebayasi> | 2005-03-07 09:41:45 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-03-07 09:41:45 +0000 |
commit | 8aa436b2c353e99c9af7dc60613c32e7c13e1ea6 (patch) | |
tree | 4939745ced01b78361ccf75b8a5a17736977b8e8 /games | |
parent | fc5b90d5c00392f4c94941ca5a7215481aafce41 (diff) | |
download | pkgsrc-8aa436b2c353e99c9af7dc60613c32e7c13e1ea6.tar.gz |
Fix quoting.
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 6 | ||||
-rw-r--r-- | games/knightcap/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
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 |