From 8d16067a75bf3f8fbc341982c34be6f94000d09f Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 17 Feb 2005 03:00:33 +0000 Subject: Fix quoting. --- wm/golem/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/golem') 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 -- cgit v1.2.3