git: df0a91b0c5a0 - main - dns/dnsviz: move man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 20:21:24 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=df0a91b0c5a0466c3908ad95aa93b2a3dd071fba commit df0a91b0c5a0466c3908ad95aa93b2a3dd071fba Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2024-02-26 20:19:12 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-02-26 20:21:15 +0000 dns/dnsviz: move man to share/man --- dns/dnsviz/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile index b602d0cd0f38..325eface8b6d 100644 --- a/dns/dnsviz/Makefile +++ b/dns/dnsviz/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnsviz PORTVERSION= 0.9.4 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= dns @@ -20,7 +21,4 @@ USE_GITHUB= yes PYDISTUTILS_INSTALLNOSINGLE= yes NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py - .include <bsd.port.mk>