summaryrefslogtreecommitdiff
path: root/games/fkiss
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-14 10:15:05 +0000
committeruebayasi <uebayasi>2005-02-14 10:15:05 +0000
commit9bc69f1e5349a44ac7d92ce024685c8d0f7df12a (patch)
tree60349cd631f9502be948a87e48e4ec0bf259b4e7 /games/fkiss
parent0aba1270490924338249f06700e727b58ca4493b (diff)
downloadpkgsrc-9bc69f1e5349a44ac7d92ce024685c8d0f7df12a.tar.gz
Fix quoting.
Diffstat (limited to 'games/fkiss')
-rw-r--r--games/fkiss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
index 7776128cedb..189ed5ed163 100644
--- a/games/fkiss/Makefile
+++ b/games/fkiss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:57 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2005/02/14 10:15:05 uebayasi Exp $
#
DISTNAME= fkiss-0.33
@@ -21,7 +21,7 @@ USE_X11= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H
-CFLAGS+= -DDEV_SOUND=\"\\\"${DEVOSSSOUND}\\\"\"
+CFLAGS+= -DDEV_SOUND="\"${DEVOSSSOUND}\""
BUILD_TARGET= fkiss
post-patch: