From 1129b51ea63fa872a1f3248df4949dab0c5fc4f5 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 14 Mar 2005 14:57:30 +0000 Subject: Fixed quoting for CPPFLAGS. Approved by wiz. --- games/gtkgo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') 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 -- cgit v1.2.3