1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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@mail.lifanov.com>
This commit is contained in:
Kurt Jaeger 2016-07-30 12:01:20 +00:00
parent 9a384ae5b5
commit 7eac7b820a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419314

View File

@ -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>