diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 10:03:13 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 10:03:13 +0000 |
commit | 9956688fce6abbd533632fa243b0fa5452adbaa2 (patch) | |
tree | 9f7447a9ac05377b4e56a267b8c397d7f17f810f /wm/larswm | |
parent | 62f9f35bdebffbcd52ff5baf06bd7baaa413b175 (diff) | |
download | pkgsrc-9956688fce6abbd533632fa243b0fa5452adbaa2.tar.gz |
Fix quoting.
Diffstat (limited to 'wm/larswm')
-rw-r--r-- | wm/larswm/Makefile | 4 |
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} && \ |