diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:41:45 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:41:45 +0000 |
commit | 71960dee9e67049bef13c9efb3653608b1fe85a9 (patch) | |
tree | 4939745ced01b78361ccf75b8a5a17736977b8e8 /net/djbdns | |
parent | 7de1e6abd3cfa4de3939e995455186495a23758a (diff) | |
download | pkgsrc-71960dee9e67049bef13c9efb3653608b1fe85a9.tar.gz |
Fix quoting.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 7ad45673e4b..7ea6441d621 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/12/03 15:15:05 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2005/03/07 09:41:45 uebayasi Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -30,7 +30,7 @@ BUILD_TARGET= it INSTALL_TARGET= setup check EGDIR= ${PREFIX}/share/examples/djbdns -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" USE_PKGINSTALL= yes MAKE_DIRS+= ${PKG_SYSCONFDIR} SUPPORT_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global |