From b29edfaf4d1e76812894ff4e353d5946acce111c Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 09:53:33 +0000 Subject: Fix quoting. --- mail/mess822/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mess822') diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index f7435ccdaf7..7b003a17892 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:02 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/07 09:53:33 uebayasi Exp $ # DISTNAME= mess822-0.58 @@ -24,7 +24,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes EGDIR= ${PREFIX}/share/examples/mess822 -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" USE_PKGINSTALL= yes MAKE_DIRS+= ${PKG_SYSCONFDIR} SUPPORT_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat -- cgit v1.2.3