mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/hastmon: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
a94e4bde08
commit
2c4fab8d0e
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= hastmon
|
PORTNAME= hastmon
|
||||||
PORTVERSION= 0.3.4
|
PORTVERSION= 0.3.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= trociny@FreeBSD.org
|
MAINTAINER= trociny@FreeBSD.org
|
||||||
|
@ -16,6 +17,7 @@ GH_ACCOUNT= trociny
|
||||||
USES= ssl
|
USES= ssl
|
||||||
MKCMAKE?= ${LOCALBASE}/bin/mkcmake
|
MKCMAKE?= ${LOCALBASE}/bin/mkcmake
|
||||||
INSTALL_TARGET= installdirs install
|
INSTALL_TARGET= installdirs install
|
||||||
|
MAKE_ARGS= MANDIR=${PREFIX}/share/man
|
||||||
|
|
||||||
PORTDOCS= ChangeLog COPYRIGHT README
|
PORTDOCS= ChangeLog COPYRIGHT README
|
||||||
|
|
||||||
|
@ -33,7 +35,7 @@ do-build:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${SETENV} ${MKCMAKE_ENV} DESTDIR=${STAGEDIR} \
|
${SETENV} ${MKCMAKE_ENV} DESTDIR=${STAGEDIR} \
|
||||||
${MKCMAKE} -C ${WRKSRC} ${INSTALL_TARGET}
|
${MKCMAKE} -C ${WRKSRC} ${INSTALL_TARGET} ${MAKE_ARGS}
|
||||||
|
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
.for doc in ${PORTDOCS}
|
.for doc in ${PORTDOCS}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
etc/rc.d/hastmon
|
etc/rc.d/hastmon
|
||||||
sbin/hastmon
|
sbin/hastmon
|
||||||
sbin/hastmonctl
|
sbin/hastmonctl
|
||||||
man/man5/hastmon.conf.5.gz
|
share/man/man5/hastmon.conf.5.gz
|
||||||
man/man8/hastmon.8.gz
|
share/man/man8/hastmon.8.gz
|
||||||
man/man8/hastmonctl.8.gz
|
share/man/man8/hastmonctl.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue