diff options
author | rillig <rillig@pkgsrc.org> | 2005-03-14 14:57:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-03-14 14:57:30 +0000 |
commit | 1129b51ea63fa872a1f3248df4949dab0c5fc4f5 (patch) | |
tree | 49f2020fe9eb41ac76e766d2fbd374e2c7d61eb4 | |
parent | 6f4e6192e2736540acea3c067d98c15b1faa7d7a (diff) | |
download | pkgsrc-1129b51ea63fa872a1f3248df4949dab0c5fc4f5.tar.gz |
Fixed quoting for CPPFLAGS. Approved by wiz.
-rw-r--r-- | games/gtkgo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtkgo/Makefile b/games/gtkgo/Makefile index 3d1e7d51634..23cc96e8e7c 100644 --- a/games/gtkgo/Makefile +++ b/games/gtkgo/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 |