diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-13 16:47:04 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-13 16:47:04 +0000 |
commit | 3edd8700f89a579f019b464a5a70a9a46d8d80a3 (patch) | |
tree | a8cab34c7355a567bbfe0ed6f78f335077222568 /games | |
parent | 641663fe78f226c78f4efc4c7ec78d6058d620a1 (diff) | |
download | pkgsrc-3edd8700f89a579f019b464a5a70a9a46d8d80a3.tar.gz |
Back out previous, irrelevant quoting fix.
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index c993d9896f6..61f92e2d9ad 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/03/07 09:48:36 uebayasi Exp $ +# $NetBSD: Makefile,v 1.32 2005/03/13 16:47:04 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 |