git: aed0572a5eca - main - net-mgmt/icmpmonitor: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 06:50:14 UTC
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