pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gtkgo Fixed quoting for CPPFLAGS. Approved by wiz.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/679c20393f6f
branches:  trunk
changeset: 490522:679c20393f6f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Mar 14 14:57:30 2005 +0000

description:
Fixed quoting for CPPFLAGS. Approved by wiz.

diffstat:

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

diffs (18 lines):

diff -r 6f768796c640 -r 679c20393f6f games/gtkgo/Makefile
--- a/games/gtkgo/Makefile      Mon Mar 14 14:55:24 2005 +0000
+++ b/games/gtkgo/Makefile      Mon Mar 14 14:57:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:45 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/03/14 14:57:30 rillig Exp $
 #
 
 DISTNAME=      gtkgo-0_0_10
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://norbertdejonge.sourceforge.net/gtkgo.html
 COMMENT=       Go board with skin support
 
-CPPFLAGS+=     -DPKGDATADIR='\"${PREFIX}/share/gtkgo/\"'
+CPPFLAGS+=     -DPKGDATADIR='"${PREFIX}/share/gtkgo/"'
 GNU_CONFIGURE= YES
 USE_BUILDLINK3=        YES
 USE_X11=       YES



Home | Main Index | Thread Index | Old Index