git: 782c84280a81 - main - devel/cvs2darcs: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 23 Feb 2024 10:02:10 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=782c84280a812448673ed2bc4b5e1f76bb8badcb

commit 782c84280a812448673ed2bc4b5e1f76bb8badcb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 09:55:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 10:01:34 +0000

    devel/cvs2darcs: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/cvs2darcs/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/cvs2darcs/Makefile b/devel/cvs2darcs/Makefile
index a38582da6acf..df1d4e418028 100644
--- a/devel/cvs2darcs/Makefile
+++ b/devel/cvs2darcs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cvs2darcs
 PORTVERSION=	0.8
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel
 MASTER_SITES=	http://ab-initio.mit.edu/${PORTNAME}/
 
@@ -17,9 +17,10 @@ BUILD_DEPENDS=	cvs:devel/cvs \
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		perl5
 NO_BUILD=	yes
 PLIST_FILES=	bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
-		share/cvs2darcs/branch_detect.pl man/man1/${PORTNAME}.1.gz
+		share/cvs2darcs/branch_detect.pl share/man/man1/${PORTNAME}.1.gz
 
 .include <bsd.port.mk>