Update to version 2.2, version 2.1 no longer available due to major bugs under Linux. Patches to use /usr/local/etc for configuration files under FreeBSD have been incorporated by the author. Fix: PORTNAME= dnsmasq -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ @@ -21,9 +21,6 @@ @${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
State Changed From-To: open->closed Committed, thanks!