From cd4a470980fe4791b9e589313cb20cade0b015cf Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sun, 13 Mar 2005 16:47:04 +0000 Subject: Back out previous, irrelevant quoting fix. --- games/crafty/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') 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 -- cgit v1.2.3