Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 06:50:14 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: aed0572a5eca - main - net-mgmt/icmpmonitor: Moved man to share/man
Message-ID:  <202402250650.41P6oEEb077624@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=aed0572a5eca6ac2f458197618b8bb20540b1f0c

commit aed0572a5eca6ac2f458197618b8bb20540b1f0c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:40:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:40:11 +0000

    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250650.41P6oEEb077624>