Skip to content
Snippets Groups Projects
Commit 386f356d authored by Nuno Teixeira's avatar Nuno Teixeira
Browse files

sysutils/monitorix: Move man pages to share/man

Approved by:	portmgr (blanket)
parent 5abb1ce8
No related branches found
No related tags found
No related merge requests found
PORTNAME= monitorix
PORTVERSION= 3.14.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.monitorix.org/ \
http://www.monitorix.org/old_versions/ \
......@@ -97,7 +98,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/monitorix.cgi \
${STAGEDIR}${PREFIX}/${CGIDIR}/
.for s in 5 8
${INSTALL_MAN} ${WRKSRC}/man/man$s/* ${STAGEDIR}${PREFIX}/man/man$s/
${INSTALL_MAN} ${WRKSRC}/man/man$s/* ${STAGEDIR}${PREFIX}/share/man/man$s/
.endfor
${MKDIR} ${STAGEDIR}${WWWDIR}/reports
.for l in ${REPORT_LANG}
......
......@@ -3,8 +3,8 @@
bin/monitorix
@dir %%WWWDIR%%/usage
%%CGIDIR%%/monitorix.cgi
man/man5/monitorix.conf.5.gz
man/man8/monitorix.8.gz
share/man/man5/monitorix.conf.5.gz
share/man/man8/monitorix.8.gz
@rmtry %B/monitorix.conf.path
%%WWWDIR%%/reports/ca.html.sample
%%WWWDIR%%/reports/de.html.sample
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment