summaryrefslogtreecommitdiff
path: root/net/dnsmasq/Makefile
diff options
context:
space:
mode:
authorroy <roy>2010-01-29 12:33:06 +0000
committerroy <roy>2010-01-29 12:33:06 +0000
commit4ee9a0578636dbb2abaa1479c4a13a30ef038538 (patch)
tree4e9f7a23e643d52cddcd870323626e81156ccc71 /net/dnsmasq/Makefile
parente56fec94b26767ecad6c8d21ed66f975e5ad913e (diff)
downloadpkgsrc-4ee9a0578636dbb2abaa1479c4a13a30ef038538.tar.gz
Update to dnsmsasq-2.52
Changes from dnsmasq-2.51 include * More conservative in detecing "A for A" queries * Increased default number of leases to 1000 * Added support for RFC3925 "Vendor-Identifying Vendor Options" * Default DNS packet size now 4096 as recommended by RFC5625
Diffstat (limited to 'net/dnsmasq/Makefile')
-rw-r--r--net/dnsmasq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index 8e897ef7ed5..9450e9dfd55 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2009/11/14 12:14:07 roy Exp $
+# $NetBSD: Makefile,v 1.14 2010/01/29 12:33:06 roy Exp $
#
-DISTNAME= dnsmasq-2.51
+DISTNAME= dnsmasq-2.52
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
@@ -30,7 +30,7 @@ INSTALL_MAKE_FLAGS+= AWK="${AWK}"
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/dnsmasq
- ${INSTALL} ${WRKSRC}/dnsmasq.conf.example \
+ ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example \
${DESTDIR}${PREFIX}/share/examples/dnsmasq/
.include "../../mk/bsd.pkg.mk"