diff options
Diffstat (limited to '')
-rw-r--r-- | dns/dnsmasq/Makefile | 5 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 7edc77b9af53..c41ab934c266 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ @@ -21,9 +21,6 @@ post-patch: @${REINPLACE_CMD} -e \ 's|^CC = gcc|CC?=cc|g ; \ s|^CFLAGS = -O2|CFLAGS+=-O2|g' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e \ - "s,\/etc\/dnsmasq.conf,${PREFIX}\/etc\/dnsmasq.conf,g" \ - ${WRKSRC}/src/config.h ${WRKSRC}/dnsmasq.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 76016c0eee1b..941f247ba0ba 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1 +1 @@ -MD5 (dnsmasq-2.1.tar.gz) = 9883dc9f3b984b1f174bce6b40f62ec2 +MD5 (dnsmasq-2.2.tar.gz) = 577852d339f6adfd15a04e31fbd39e55 |