git: 5de78fffcdaa - main - net-mgmt/omping: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 06:50:24 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5de78fffcdaa036649a39601a3720fc214bee826

commit 5de78fffcdaa036649a39601a3720fc214bee826
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:47:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:47:45 +0000

    net-mgmt/omping: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/omping/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/omping/Makefile b/net-mgmt/omping/Makefile
index ab655c0f7ed3..a1c759a8c74e 100644
--- a/net-mgmt/omping/Makefile
+++ b/net-mgmt/omping/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	omping
 PORTVERSION=	0.0.4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	fw@moov.de
@@ -13,9 +14,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jfriesse
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man8/omping.8.gz
-
-post-patch:
-		@${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile
+		share/man/man8/omping.8.gz
 
 .include <bsd.port.mk>