diff options
Diffstat (limited to 'wm/golem')
-rw-r--r-- | wm/golem/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |