Skip to content

Commit

Permalink
sysutils/py-ioztat: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 6259428 commit 342d5ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/py-ioztat/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ioztat
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -25,10 +26,10 @@ NO_ARCH= yes
NO_BUILD= yes

PLIST_FILES= bin/${PORTNAME} \
man/man8/${PORTNAME}.8.gz
share/man/man8/${PORTNAME}.8.gz

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8

.include <bsd.port.mk>

0 comments on commit 342d5ba

Please sign in to comment.