diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-13 19:36:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-13 19:36:10 +0000 |
commit | d2172e2b4596ba3a137052096b00e1958b2a3311 (patch) | |
tree | 80b53e592419ccd1963aa4bfd556bfd8213bebfe /dns/dnsmasq | |
parent | 45329a7831a76f43b883a16b1e5a845c3ac6632f (diff) | |
download | ports-d2172e2b4596ba3a137052096b00e1958b2a3311.tar.gz ports-d2172e2b4596ba3a137052096b00e1958b2a3311.zip |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 13 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 8d4b9a1b9217..a7db4241ae60 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,13 +6,24 @@ # PORTNAME= dnsmasq -PORTVERSION= 1.13 +PORTVERSION= 1.17 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ MAINTAINER= shonson@isoproplex.net COMMENT= A caching DNS forwarder +USE_REINPLACE= yes + MAN8= dnsmasq.8 +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CC = gcc|CC?=cc|g ; \ + s|^CFLAGS = -O2|CFLAGS+=-O2|g' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8 + .include <bsd.port.mk> diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 3cce05f3e76d..0af1e6ad4943 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1 +1 @@ -MD5 (dnsmasq-1.13.tar.gz) = fd39b3b436f369056980c98ba88a664b +MD5 (dnsmasq-1.17.tar.gz) = a449f21ad176aa953310fa1880137b41 |