summaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-07 09:41:45 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-07 09:41:45 +0000
commit71960dee9e67049bef13c9efb3653608b1fe85a9 (patch)
tree4939745ced01b78361ccf75b8a5a17736977b8e8 /games/crafty
parent7de1e6abd3cfa4de3939e995455186495a23758a (diff)
downloadpkgsrc-71960dee9e67049bef13c9efb3653608b1fe85a9.tar.gz
Fix quoting.
Diffstat (limited to 'games/crafty')
-rw-r--r--games/crafty/Makefile6
1 files changed, 3 insertions, 3 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