summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-17 03:12:27 +0000
committeruebayasi <uebayasi>2005-02-17 03:12:27 +0000
commit6765a08a9e52e90d5a82e09f98f3770560e2b610 (patch)
treeb9cec438c622a3fe65d7a0946522e69635fc505d
parent8d16067a75bf3f8fbc341982c34be6f94000d09f (diff)
downloadpkgsrc-6765a08a9e52e90d5a82e09f98f3770560e2b610.tar.gz
Fix quoting.
-rw-r--r--games/sarien/Makefile4
-rw-r--r--graphics/tcm/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/sarien/Makefile b/games/sarien/Makefile
index ec83fcd59a6..8afa9afd263 100644
--- a/games/sarien/Makefile
+++ b/games/sarien/Makefile
@@ -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 @@ USE_GNU_TOOLS+= make
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 --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile
index c04f8bdebd4..7acaabfc93d 100644
--- a/graphics/tcm/Makefile
+++ b/graphics/tcm/Makefile
@@ -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 @@ MAKE_ENV+= MOTIF_HOME=${MOTIFBASE}
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