diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 10:57:39 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 10:57:39 +0000 |
commit | 16321d0db39f0f0f7b49c318c3995135c8d9eedb (patch) | |
tree | d6f2d8a02c70fc2f8ddef05d567934a349c4b5cd /games | |
parent | 0df88f70d4cdc61417ece7a3063626781b1d9987 (diff) | |
download | pkgsrc-16321d0db39f0f0f7b49c318c3995135c8d9eedb.tar.gz |
Fix quoting.
Diffstat (limited to 'games')
-rw-r--r-- | games/koth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile index bcd6212a6c8..3873ff31cd5 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:45 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/02/14 10:57:39 uebayasi Exp $ # DISTNAME= koth-0.8.0 @@ -14,7 +14,7 @@ COMMENT= The classic "shoot the other tank" artillery game, networked USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -CPPFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR:Q}\\\"\" +CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR:Q}\"" EGDIR= ${PREFIX}/share/examples/koth CONF_FILES= ${EGDIR}/koth.cfg ${PKG_SYSCONFDIR}/koth.cfg |