From aed0572a5eca6ac2f458197618b8bb20540b1f0c Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 25 Feb 2024 07:40:11 +0100 Subject: [PATCH] net-mgmt/icmpmonitor: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/icmpmonitor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile index dd21aadec84c..f1b31d125f0f 100644 --- a/net-mgmt/icmpmonitor/Makefile +++ b/net-mgmt/icmpmonitor/Makefile @@ -1,5 +1,6 @@ PORTNAME= icmpmonitor PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -11,8 +12,9 @@ LICENSE= GPLv2 BSD4CLAUSE LICENSE_COMB= multi GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= man/man1/icmpmonitor.1.gz sbin/icmpmonitor +PLIST_FILES= share/man/man1/icmpmonitor.1.gz sbin/icmpmonitor post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/icmpmonitor