Date: Sun, 21 Jan 2024 22:32:22 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58c68922c062 - main - net-mgmt/sysmon: Sanitize MANPREFIX Message-ID: <202401212232.40LMWMFK094564@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=58c68922c062e8c0d063dcfaaaff9d627c681cd9 commit 58c68922c062e8c0d063dcfaaaff9d627c681cd9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 21:47:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 22:32:09 +0000 net-mgmt/sysmon: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net-mgmt/sysmon/Makefile | 4 ++-- net-mgmt/sysmon/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/sysmon/Makefile b/net-mgmt/sysmon/Makefile index 9600f0225a4f..2248cceb7a3d 100644 --- a/net-mgmt/sysmon/Makefile +++ b/net-mgmt/sysmon/Makefile @@ -1,6 +1,6 @@ PORTNAME= sysmon PORTVERSION= 0.93 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ftp://puck.nether.net/pub/jared/ \ http://titan.oxeo.com/mirror/sysmon.org/ @@ -35,7 +35,7 @@ do-install: ${WRKSRC}/examples/sysmon.conf.dist \ ${STAGEDIR}${PREFIX}/etc/sysmon.conf.sample .for man in ${MANPAGE} - ${INSTALL_MAN} ${WRKSRC}/docs/${man:S/.8//} ${STAGEDIR}${MANPREFIX}/man/man8/${man} + ${INSTALL_MAN} ${WRKSRC}/docs/${man:S/.8//} ${STAGEDIR}${PREFIX}/share/man/man8/${man} .endfor do-install-DOCS-on: diff --git a/net-mgmt/sysmon/pkg-plist b/net-mgmt/sysmon/pkg-plist index 4e6c893b00e1..0973926c6289 100644 --- a/net-mgmt/sysmon/pkg-plist +++ b/net-mgmt/sysmon/pkg-plist @@ -1,8 +1,8 @@ bin/sysmond bin/sysmon etc/sysmon.conf.sample -man/man8/sysmon.conf.man.8.gz -man/man8/sysmon.man.8.gz +share/man/man8/sysmon.conf.man.8.gz +share/man/man8/sysmon.man.8.gz %%PORTDOCS%%%%DOCSDIR%%/Changes.html %%PORTDOCS%%%%DOCSDIR%%/binaries.html %%PORTDOCS%%%%DOCSDIR%%/config.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212232.40LMWMFK094564>