diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 03:12:27 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 03:12:27 +0000 |
commit | d3548efd01538b4823c991e4e1a98d4609fc9316 (patch) | |
tree | b9cec438c622a3fe65d7a0946522e69635fc505d /graphics | |
parent | 707aa2a297dd2a84783bb720ff01c474d6c917bf (diff) | |
download | pkgsrc-d3548efd01538b4823c991e4e1a98d4609fc9316.tar.gz |
Fix quoting.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tcm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |