From af7f3b3c1276994d9b9a6a146e56a8338a7dee81 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 21 Jan 2024 23:04:04 +0100 Subject: [PATCH] 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