Skip to content

Commit

Permalink
devel/cvs2darcs: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent e10bce2 commit 782c842
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}/

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

0 comments on commit 782c842

Please sign in to comment.