diff options
Diffstat (limited to 'wm/pwm/Makefile')
-rw-r--r-- | wm/pwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile index 38b22d715f7..aadc78954d6 100644 --- a/wm/pwm/Makefile +++ b/wm/pwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/02/05 00:24:14 cube Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/07 10:05:08 uebayasi Exp $ # DISTNAME= pwm-20030617 @@ -19,7 +19,7 @@ USE_PKGINSTALL= YES USE_X11= YES USE_GNU_TOOLS+= make -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" PKG_SYSCONFSUBDIR= pwm |