pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/crafty Fixed quoting of CFLAGS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/13be15336c92
branches: trunk
changeset: 504679:13be15336c92
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Dec 18 21:11:11 2005 +0000
description:
Fixed quoting of CFLAGS.
diffstat:
games/crafty/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 6e56cd5618d1 -r 13be15336c92 games/crafty/Makefile
--- a/games/crafty/Makefile Sun Dec 18 21:08:55 2005 +0000
+++ b/games/crafty/Makefile Sun Dec 18 21:11:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/12/05 20:50:15 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2005/12/18 21:11:11 rillig Exp $
DISTNAME= crafty-18.15
CATEGORIES= games
@@ -44,8 +44,8 @@
BUILD_TARGET= generic
.endif
-CRAFTY_OPTS= -DBOOKDIR=\\\"${BOOKDIR}\\\"
-CRAFTY_OPTS+= -DTBDIR=\\\"${TBDIR}\\\"
+CRAFTY_OPTS= -DBOOKDIR=\"${BOOKDIR:Q}\"
+CRAFTY_OPTS+= -DTBDIR=\"${TBDIR:Q}\"
MAKE_ENV+= opt=${CRAFTY_OPTS:Q}
BOOKDIR= ${PREFIX}/lib/crafty
Home |
Main Index |
Thread Index |
Old Index