pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/knightcap Fixed the quoting of the DEFINES, whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5037417a2f39
branches:  trunk
changeset: 504479:5037417a2f39
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 11 21:24:58 2005 +0000

description:
Fixed the quoting of the DEFINES, which had been broken by my recent
pkglint patch.

diffstat:

 games/knightcap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e478ac690436 -r 5037417a2f39 games/knightcap/Makefile
--- a/games/knightcap/Makefile  Sun Dec 11 21:22:41 2005 +0000
+++ b/games/knightcap/Makefile  Sun Dec 11 21:24:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/12/05 20:50:16 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2005/12/11 21:24:58 rillig Exp $
 
 DISTNAME=              KnightCap-3.6
 PKGNAME=               knightcap-3.6
@@ -17,7 +17,7 @@
 MAKE_ENV+=             MESA=${BUILDLINK_PREFIX.MesaLib}
 MAKE_ENV+=             DEFINES=${DEFINES:Q}
 
-DEFINES=               -DTB_DIR=\\\"${TBDIR}\\\"
+DEFINES=               -DTB_DIR=\"${TBDIR:Q}\"
 
 TBDIR=                 ${PREFIX}/share/egtb
 DOCDIR=                        ${PREFIX}/share/doc/knightcap



Home | Main Index | Thread Index | Old Index