summaryrefslogtreecommitdiff
path: root/wm/larswm
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-07 10:03:13 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-07 10:03:13 +0000
commit9fc677698c9d1adf6f26a6696c11a52c46368f5b (patch)
tree9f7447a9ac05377b4e56a267b8c397d7f17f810f /wm/larswm
parent66d7b5e5aaac8a7d95c4b69a43a1aef66334cc14 (diff)
downloadpkgsrc-9fc677698c9d1adf6f26a6696c11a52c46368f5b.tar.gz
Fix quoting.
Diffstat (limited to 'wm/larswm')
-rw-r--r--wm/larswm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/larswm/Makefile b/wm/larswm/Makefile
index d5792c88075..270af2bb7ee 100644
--- a/wm/larswm/Makefile
+++ b/wm/larswm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/27 17:55:54 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/07 10:05:08 uebayasi Exp $
#
DISTNAME= larswm-7.5.3
@@ -21,7 +21,7 @@ USE_IMAKE= YES
EGDIR= ${PREFIX}/share/examples/larswm
CONF_FILES= ${EGDIR}/sample.larswmrc ${PKG_SYSCONFDIR}/larswmrc
-CPPFLAGS= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CPPFLAGS= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
post-patch:
@cd ${WRKSRC} && \