devel/cvs2darcs: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-23 10:55:16 +01:00
parent e10bce2510
commit 782c84280a
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -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>