summaryrefslogtreecommitdiff
path: root/wm/larswm
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-23 21:09:32 +0000
committerrillig <rillig>2005-10-23 21:09:32 +0000
commit00c3d9ad0790459b5990f2c21d7ab377ed7ef485 (patch)
tree03d16fcba9a151964ec729e5ccf926a68515dbe4 /wm/larswm
parenta5d1211fc13f036988c80a4fe3f2cadf10ba67ce (diff)
downloadpkgsrc-00c3d9ad0790459b5990f2c21d7ab377ed7ef485.tar.gz
Use "+=" instead of "=" for CPPFLAGS.
Diffstat (limited to 'wm/larswm')
-rw-r--r--wm/larswm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/wm/larswm/Makefile b/wm/larswm/Makefile
index 1eafdf352e5..92264e5fd90 100644
--- a/wm/larswm/Makefile
+++ b/wm/larswm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:47 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/23 21:09:32 rillig Exp $
#
DISTNAME= larswm-7.5.3
@@ -20,7 +20,9 @@ USE_IMAKE= YES
EGDIR= ${PREFIX}/share/examples/larswm
CONF_FILES= ${EGDIR}/sample.larswmrc ${PKG_SYSCONFDIR}/larswmrc
-CPPFLAGS= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
+.include "../../mk/bsd.prefs.mk"
+
+CPPFLAGS+= -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR:Q}\"
post-patch:
@cd ${WRKSRC} && \