summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-14 10:15:05 +0000
committeruebayasi <uebayasi>2005-02-14 10:15:05 +0000
commit3dc012e177b7939d8d7ade8aa47fd60a8d3b6e1a (patch)
tree60349cd631f9502be948a87e48e4ec0bf259b4e7 /games
parent3e7a059b5689dca78d2f774b5ae2b5e8f7ab25e0 (diff)
downloadpkgsrc-3dc012e177b7939d8d7ade8aa47fd60a8d3b6e1a.tar.gz
Fix quoting.
Diffstat (limited to 'games')
-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: