summaryrefslogtreecommitdiff
path: root/dns/dnsmasq
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-13 19:36:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-13 19:36:10 +0000
commitd2172e2b4596ba3a137052096b00e1958b2a3311 (patch)
tree80b53e592419ccd1963aa4bfd556bfd8213bebfe /dns/dnsmasq
parentUpdate to 0.6.4. (diff)
- Update to version 1.17
PR: 57919 57882 Submitted by: maintainer, Matt Peterson <matt@peterson.org>
Notes
Notes: svn path=/head/; revision=91089
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r--dns/dnsmasq/Makefile13
-rw-r--r--dns/dnsmasq/distinfo2
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