Date: Sun, 21 Jan 2024 22:32:26 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: af7f3b3c1276 - main - net-mgmt/nagios-check_puppet: Sanitize MANPREFIX Message-ID: <202401212232.40LMWQlQ094697@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=af7f3b3c1276994d9b9a6a146e56a8338a7dee81 commit af7f3b3c1276994d9b9a6a146e56a8338a7dee81 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 22:04:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 22:32:09 +0000 net-mgmt/nagios-check_puppet: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net-mgmt/nagios-check_puppet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/nagios-check_puppet/Makefile b/net-mgmt/nagios-check_puppet/Makefile index ad66505acfa5..bb45d0b80eee 100644 --- a/net-mgmt/nagios-check_puppet/Makefile +++ b/net-mgmt/nagios-check_puppet/Makefile @@ -1,5 +1,6 @@ PORTNAME= check_puppet PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= nagios- @@ -12,10 +13,10 @@ NO_BUILD= yes SUB_FILES= pkg-message -PLIST_FILES= bin/check_puppet man/man1/check_puppet.1.gz +PLIST_FILES= bin/check_puppet share/man/man1/check_puppet.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${STAGEDIR}${PREFIX}/bin/check_puppet - ${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${MANPREFIX}/man/man1/check_puppet.1 + ${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${PREFIX}/share/man/man1/check_puppet.1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212232.40LMWQlQ094697>