summaryrefslogtreecommitdiff
path: root/wm/golem
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-17 03:00:33 +0000
committeruebayasi <uebayasi>2005-02-17 03:00:33 +0000
commit8d16067a75bf3f8fbc341982c34be6f94000d09f (patch)
tree53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /wm/golem
parente1b971183b610f08ccff1664185e94630ebda141 (diff)
downloadpkgsrc-8d16067a75bf3f8fbc341982c34be6f94000d09f.tar.gz
Fix quoting.
Diffstat (limited to 'wm/golem')
-rw-r--r--wm/golem/Makefile4
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