diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-21 22:04:04 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-21 22:32:09 +0000 |
commit | af7f3b3c1276994d9b9a6a146e56a8338a7dee81 (patch) | |
tree | f2beab68f86d874e82a423555b6cd1c23519c068 | |
parent | ff994dae79e21a968ae8cdeb76f79fc43e2e9ff4 (diff) | |
download | ports-af7f3b3c1276994d9b9a6a146e56a8338a7dee81.tar.gz ports-af7f3b3c1276994d9b9a6a146e56a8338a7dee81.zip |
net-mgmt/nagios-check_puppet: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r-- | net-mgmt/nagios-check_puppet/Makefile | 5 |
1 files 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> |