summaryrefslogtreecommitdiff
path: root/net/dnsmasq/Makefile
diff options
context:
space:
mode:
authorroy <roy>2010-11-27 13:24:47 +0000
committerroy <roy>2010-11-27 13:24:47 +0000
commitd30be06c5a12640044c7b38ba3db8da1f06f942a (patch)
tree1acb30ff80b09d1d4a2cf5db923a7a4dc14ecfff /net/dnsmasq/Makefile
parentbfdc668a979817045d2c49275c1c37a8bd26ab17 (diff)
downloadpkgsrc-d30be06c5a12640044c7b38ba3db8da1f06f942a.tar.gz
Update to dnsmasq-2.55 with the following changes:
* Allow the empty domain "." in dhcp domain-search (119) options. * Fix corruption of the domain when a name from /etc/hosts overrides one supplied by a DHCP client. * Fix regression which caused configuration like --address=/.domain.com/1.2.3.4 to be rejected. * Many new options added and improved.
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 9450e9dfd55..db3e78fc016 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2010/01/29 12:33:06 roy Exp $
+# $NetBSD: Makefile,v 1.15 2010/11/27 13:24:47 roy Exp $
#
-DISTNAME= dnsmasq-2.52
+DISTNAME= dnsmasq-2.55
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
@@ -18,6 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
# Override the defaults
+AUTO_MKDIRS=yes
CFLAGS+= -DCONFFILE=\\\"${PKG_SYSCONFDIR}/dnsmasq.conf\\\"
BUILD_MAKE_FLAGS+= COPTS="${CFLAGS}"
INSTALL_MAKE_FLAGS+= PREFIX="${PREFIX}"
@@ -29,7 +30,6 @@ BUILD_MAKE_FLAGS+= AWK="${AWK}"
INSTALL_MAKE_FLAGS+= AWK="${AWK}"
post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/dnsmasq
${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example \
${DESTDIR}${PREFIX}/share/examples/dnsmasq/