aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-05 13:24:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-05 13:24:58 +0000
commite9ff3bcfffe6d1f9891837de934a2f712aaf2ad4 (patch)
tree117ba6ae40b2663c076164e3d09da22142d888b3
parent641706658029d366b0cbc93e7cb069f7a7197c2a (diff)
- Move PROJECTHOST up (portlint)
- Convert to USES=autoreconf - Remove DOCS option patching. Not needed with staging.
Notes
Notes: svn path=/head/; revision=370064
-rw-r--r--dns/dnswall/Makefile27
1 files changed, 3 insertions, 24 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index 999fc56d0671..58e9688ff827 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -6,39 +6,18 @@ PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= GOOGLE_CODE CRITICAL
+PROJECTHOST= google-dnswall
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Daemon that filters out private IP addresses in DNS responses
-USES= dos2unix
-PROJECTHOST= google-dnswall
-USE_AUTOTOOLS= automake autoconf:env
-
+GNU_CONFIGURE= yes
+USES= autoreconf dos2unix
WRKSRC= ${WRKDIR}/${PORTNAME}
-AUTOFILES= depcomp install-sh missing
-
PORTDOCS= README
PLIST_FILES= bin/dnswall
-AUTOTOOLSFILES= aclocal.m4
-
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|1.10|%%AUTOMAKE_APIVER%%|g' \
- -e 's|2.61|%%AUTOCONF_VERSION%%|g' \
- ${WRKSRC}/aclocal.m4
-.if empty(PORT_OPTIONS:MDOCS)
- @${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am
-.endif
-
-pre-configure:
-.for f in ${AUTOFILES}
- @${RM} ${WRKSRC}/${f}
- @${LN} -s ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f}
-.endfor
-
.include <bsd.port.mk>