Skip to content

Commit

Permalink
sysutils/iocell: 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 22, 2024
1 parent 96524bd commit 0618c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sysutils/iocell/Makefile
@@ -1,6 +1,7 @@
PORTNAME= iocell
PORTVERSION= 2.2.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= robak@FreeBSD.org
Expand Down Expand Up @@ -28,6 +29,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/iocell ${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKSRC}/iocell ${STAGEDIR}${PREFIX}/sbin
(cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/iocell)
${INSTALL_MAN} ${WRKSRC}/iocell.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/iocell.8 ${STAGEDIR}${PREFIX}/share/man/man8

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion sysutils/iocell/pkg-plist
Expand Up @@ -15,5 +15,5 @@ lib/iocell/ioc-send
lib/iocell/ioc-snapshot
lib/iocell/ioc-upgrade
lib/iocell/ioc-zfs
man/man8/iocell.8.gz
sbin/iocell
share/man/man8/iocell.8.gz

0 comments on commit 0618c48

Please sign in to comment.