git: 6940c6a05d16 - main - graphics/py-nwdiag: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:59:00 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6940c6a05d1610012269ec64683155c626084d9f commit 6940c6a05d1610012269ec64683155c626084d9f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 12:39:47 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 12:58:25 +0000 graphics/py-nwdiag: Move man pages to share/man Approved by: portmgr (blanket) --- graphics/py-nwdiag/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile index 51d7730352aa..202dafbb7b19 100644 --- a/graphics/py-nwdiag/Makefile +++ b/graphics/py-nwdiag/Makefile @@ -1,5 +1,6 @@ PORTNAME= nwdiag PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,8 +27,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-install: .for f in ${PORTNAME} rackdiag - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/man/man1/ - @${ECHO_CMD} man/man1/${f}.1.gz >> ${TMPPLIST} + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + @${ECHO_CMD} share/man/man1/${f}.1.gz >> ${TMPPLIST} .endfor post-install-DOCS-on: