diff options
author | uebayasi <uebayasi> | 2005-02-17 03:00:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-02-17 03:00:33 +0000 |
commit | 8d16067a75bf3f8fbc341982c34be6f94000d09f (patch) | |
tree | 53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /wm | |
parent | e1b971183b610f08ccff1664185e94630ebda141 (diff) | |
download | pkgsrc-8d16067a75bf3f8fbc341982c34be6f94000d09f.tar.gz |
Fix quoting.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/golem/Makefile | 4 | ||||
-rw-r--r-- | wm/icewm/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/golem/Makefile b/wm/golem/Makefile index 084399b8f3d..dd5bbf5020f 100644 --- a/wm/golem/Makefile +++ b/wm/golem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/17 03:04:02 uebayasi Exp $ # DISTNAME= golem-0.0.5 @@ -33,7 +33,7 @@ PLIST_SUBST= NOT_SOUND= PLIST_SUBST= NOT_SOUND="@comment " .endif -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" EGDIR= ${PREFIX}/share/examples/golem CONF_FILES= ${EGDIR}/golemrc.default ${PKG_SYSCONFDIR}/golemrc diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 4256ff35a89..068d2c6fcec 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2005/01/20 04:27:48 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.41 2005/02/17 03:05:12 uebayasi Exp $ DISTNAME= icewm-1.2.20 CATEGORIES= x11 wm @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-xinerama PKG_SYSCONFSUBDIR= icewm .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" -CXXFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\" +CXXFLAGS+= -DSTART_PIXMAP="\"bsd-daemon.xpm\"" .endif .if ${OPSYS} == "NetBSD" |