svn commit: r419314 - head/dns/dnsviz
Kurt Jaeger
pi at FreeBSD.org
Sat Jul 30 12:01:21 UTC 2016
Author: pi
Date: Sat Jul 30 12:01:20 2016
New Revision: 419314
URL: https://svnweb.freebsd.org/changeset/ports/419314
Log:
dns/dnsviz: fix man pages
Man pages are installed to the wrong directory. Consequently, they are not
compressed and also don't work. Fix is simple and attached.
PR: 211294
Submitted by: Nikolai Lifanov <lifanov at mail.lifanov.com>
Modified:
head/dns/dnsviz/Makefile
Modified: head/dns/dnsviz/Makefile
==============================================================================
--- head/dns/dnsviz/Makefile Sat Jul 30 11:41:42 2016 (r419313)
+++ head/dns/dnsviz/Makefile Sat Jul 30 12:01:20 2016 (r419314)
@@ -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>
More information about the svn-ports-head
mailing list