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