From dde0519ae94f627bc1502ba21981075ffc23dd38 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 1 Feb 2004 23:50:52 +0000 Subject: - Update to 2.2 PR: ports/62231 Submitted by: Steven Honson (maintainer) --- dns/dnsmasq/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dns/dnsmasq/Makefile') 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 -- cgit