summaryrefslogtreecommitdiff
path: root/net/djbdns
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-03-07 09:41:45 +0000
committeruebayasi <uebayasi>2005-03-07 09:41:45 +0000
commit8aa436b2c353e99c9af7dc60613c32e7c13e1ea6 (patch)
tree4939745ced01b78361ccf75b8a5a17736977b8e8 /net/djbdns
parentfc5b90d5c00392f4c94941ca5a7215481aafce41 (diff)
downloadpkgsrc-8aa436b2c353e99c9af7dc60613c32e7c13e1ea6.tar.gz
Fix quoting.
Diffstat (limited to 'net/djbdns')
-rw-r--r--net/djbdns/Makefile4
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