git: 1cb23393c0b2 - main - security/cfv: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cb23393c0b279c24e72601ccab7cbb23b0039e1

commit 1cb23393c0b279c24e72601ccab7cbb23b0039e1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:36:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 12:54:49 +0000

    security/cfv: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/cfv/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/security/cfv/Makefile b/security/cfv/Makefile
index de2b8d884b80..fa9e6e57ac68 100644
--- a/security/cfv/Makefile
+++ b/security/cfv/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cfv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GH
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,6 +24,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|man/man1|share/man/man1|' ${WRKSRC}/setup.py
+
 do-test:
 	cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test.py