aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsviz
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-07-30 12:01:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-07-30 12:01:20 +0000
commit7eac7b820a07d3781b9722112241cce739946f7b (patch)
treeb4adeab7d813c45b5204fab7bb75e509091cbbc9 /dns/dnsviz
parent9a384ae5b54580850cf95614ee126fce840e95a7 (diff)
downloadports-7eac7b820a07d3781b9722112241cce739946f7b.tar.gz
ports-7eac7b820a07d3781b9722112241cce739946f7b.zip
Notes
Diffstat (limited to 'dns/dnsviz')
-rw-r--r--dns/dnsviz/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile
index 218210245d00..c6975aa17a33 100644
--- a/dns/dnsviz/Makefile
+++ b/dns/dnsviz/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dnsviz
PORTVERSION= 0.5.4
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= dns
@@ -21,4 +22,7 @@ PYDISTUTILS_INSTALLNOSINGLE= yes
BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+.
+post-patch:
+ @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py
+
.include <bsd.port.mk>