pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/crafty Back out previous, irrelevant quoting fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a69b2b3a48a
branches:  trunk
changeset: 490509:7a69b2b3a48a
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sun Mar 13 16:47:04 2005 +0000

description:
Back out previous, irrelevant quoting fix.

diffstat:

 games/crafty/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r da21fc4a0a44 -r 7a69b2b3a48a games/crafty/Makefile
--- a/games/crafty/Makefile     Sun Mar 13 16:43:20 2005 +0000
+++ b/games/crafty/Makefile     Sun Mar 13 16:47:04 2005 +0000
@@ -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=          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



Home | Main Index | Thread Index | Old Index