diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 23:50:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 23:50:52 +0000 |
commit | 73623c1ffad4c4f6800c0574f526990000c2e512 (patch) | |
tree | 4fcf0cbba37b172554cae3f6a91ddc7a3532c1d8 /dns | |
parent | 1b09ce827fc7210afdaf2d078632170b1417874a (diff) | |
download | ports-73623c1ffad4c4f6800c0574f526990000c2e512.tar.gz ports-73623c1ffad4c4f6800c0574f526990000c2e512.zip |
Notes
Diffstat (limited to 'dns')
-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 |