pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/fkiss Fix quoting.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d1973d4557b
branches: trunk
changeset: 488998:8d1973d4557b
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Mon Feb 14 10:15:05 2005 +0000
description:
Fix quoting.
diffstat:
games/fkiss/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f6c2937d65cd -r 8d1973d4557b games/fkiss/Makefile
--- a/games/fkiss/Makefile Mon Feb 14 09:52:58 2005 +0000
+++ b/games/fkiss/Makefile Mon Feb 14 10:15:05 2005 +0000
@@ -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_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:
Home |
Main Index |
Thread Index |
Old Index