Fix quoting.
This commit is contained in:
parent
707aa2a297
commit
d3548efd01
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue