sysutils/iocell: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
96524bd2f0
commit
0618c48d3f
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= iocell
|
||||
PORTVERSION= 2.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= robak@FreeBSD.org
|
||||
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue