mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
graphics/py-actdiag: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7f4f63635b
commit
6baf37147e
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= actdiag
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -22,8 +23,8 @@ PORTDOCS= README.rst
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
@${ECHO_CMD} man/man1/${PORTNAME}.1.gz >> ${TMPPLIST}
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
@${ECHO_CMD} share/man/man1/${PORTNAME}.1.gz >> ${TMPPLIST}
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue