summaryrefslogtreecommitdiff
path: root/games/fkiss
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-02-14 10:15:05 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-02-14 10:15:05 +0000
commitc63d42e89d69ad17a42104397aee05334997547b (patch)
tree60349cd631f9502be948a87e48e4ec0bf259b4e7 /games/fkiss
parent7484975ce96caccb29294aa8c328327babb4f051 (diff)
downloadpkgsrc-c63d42e89d69ad17a42104397aee05334997547b.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: