pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix quoting.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0640e7f1ef
branches:  trunk
changeset: 489122:5c0640e7f1ef
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Feb 17 03:12:27 2005 +0000

description:
Fix quoting.

diffstat:

 games/sarien/Makefile |  4 ++--
 graphics/tcm/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d0e777dda927 -r 5c0640e7f1ef games/sarien/Makefile
--- a/games/sarien/Makefile     Thu Feb 17 03:00:33 2005 +0000
+++ b/games/sarien/Makefile     Thu Feb 17 03:12:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:46 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/17 03:12:27 uebayasi Exp $
 #
 
 DISTNAME=      sarien-0.7.0
@@ -17,7 +17,7 @@
 
 CONFIGURE_ARGS=                --with-sdl
 
-CFLAGS+=               -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+=               -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 EGDIR=                 ${PREFIX}/share/examples/sarien
 CONF_FILES=            ${EGDIR}/sarien.conf ${PKG_SYSCONFDIR}/sarien.conf
 
diff -r d0e777dda927 -r 5c0640e7f1ef graphics/tcm/Makefile
--- a/graphics/tcm/Makefile     Thu Feb 17 03:00:33 2005 +0000
+++ b/graphics/tcm/Makefile     Thu Feb 17 03:12:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/12/03 15:14:59 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2005/02/17 03:12:27 uebayasi Exp $
 
 DISTNAME=              tcm-2.01.src
 PKGNAME=               tcm-2.01
@@ -24,7 +24,7 @@
 TCM_SRC=               ${WRKDIR}/tcm-2.01
 MAKE_ENV+=             TCM_HOME=${TCM_SRC}
 
-CPPFLAGS+=             -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CPPFLAGS+=             -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 CONF_FILES=            ${PREFIX}/share/examples/tcm/tcm.conf \
                        ${PKG_SYSCONFDIR}/tcm.conf
 



Home | Main Index | Thread Index | Old Index