aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnscap/Makefile')
-rw-r--r--dns/dnscap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile
index 0bd8f43c03e4..ffc3b098290a 100644
--- a/dns/dnscap/Makefile
+++ b/dns/dnscap/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dnscap
PORTVERSION= 1.7.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= dns
MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \
@@ -22,11 +23,12 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
-PORTDOCS= *
-
THREADS_CONFIGURE_ENABLE= threads
post-patch-DOCS-off:
@${REINPLACE_CMD} -e '/^install-data-am: / s| install-dist_docDATA||' ${WRKSRC}/Makefile.in
+post-patch-DOCS-on:
+ @${REINPLACE_CMD} -e '/^dist_doc_DATA = / s| LICENSE||' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>