Skip to content

Commit

Permalink
sysutils/bhyve+: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 19, 2024
1 parent 34c4fda commit 8011070
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sysutils/bhyve+/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bhyve+
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= pali.gabor@gmail.com
Expand Down Expand Up @@ -106,7 +107,7 @@ do-install:
${INSTALL_LIB} ${WRKSRC}/lib/libvmmapi/libvmmapi.so.${LIBVMMAPI_VERSION} ${STAGEDIR}${PREFIX}/lib
.for _bin in bhyve bhyveload bhyvectl
${INSTALL_PROGRAM} ${WRKSRC}/usr.sbin/${_bin}/${_bin} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/usr.sbin/${_bin}/${_bin}.8.gz ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/usr.sbin/${_bin}/${_bin}.8.gz ${STAGEDIR}${PREFIX}/share/man/man8
.endfor
${INSTALL_KLD} ${WRKSRC}/sys/modules/vmm/vmm.ko ${STAGEDIR}${KMODDIR}

Expand Down
6 changes: 3 additions & 3 deletions sysutils/bhyve+/pkg-plist
Expand Up @@ -3,7 +3,7 @@ sbin/bhyvectl
sbin/bhyveload
lib/lib9p.so.%%9P_SHLIB_MAJOR%%
lib/libvmmapi.so.%%VMMAPI_SHLIB_MAJOR%%
man/man8/bhyve.8.gz
man/man8/bhyvectl.8.gz
man/man8/bhyveload.8.gz
share/man/man8/bhyve.8.gz
share/man/man8/bhyvectl.8.gz
share/man/man8/bhyveload.8.gz
/%%KMODDIR%%/vmm.ko

0 comments on commit 8011070

Please sign in to comment.