diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:53:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:53:33 +0000 |
commit | 571af43628c3b9e9bad15b1b0dbb70ac9d7bf7cd (patch) | |
tree | d3b28edbd99227a740fc6381af9246d94cbe737c /mail/mess822 | |
parent | 71960dee9e67049bef13c9efb3653608b1fe85a9 (diff) | |
download | pkgsrc-571af43628c3b9e9bad15b1b0dbb70ac9d7bf7cd.tar.gz |
Fix quoting.
Diffstat (limited to 'mail/mess822')
-rw-r--r-- | mail/mess822/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |