Skip to content

Commit

Permalink
sysutils/monitorix: 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 5abb1ce commit 386f356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sysutils/monitorix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= monitorix
PORTVERSION= 3.14.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.monitorix.org/ \
http://www.monitorix.org/old_versions/ \
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions sysutils/monitorix/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 386f356

Please sign in to comment.