Skip to content

Commit

Permalink
graphics/py-nwdiag: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 9, 2024
1 parent d1f6616 commit 6940c6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}
Expand All @@ -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:
Expand Down

0 comments on commit 6940c6a

Please sign in to comment.