diff --git a/srcpkgs/cvs2svn/template b/srcpkgs/cvs2svn/template index 8e10d3f6d66..e732432b5fb 100644 --- a/srcpkgs/cvs2svn/template +++ b/srcpkgs/cvs2svn/template @@ -5,14 +5,17 @@ XBPS_FETCH_CMD="wget" pkgname=cvs2svn version=2.3.0 -distfiles="http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-2.3.0.tar.gz" +revision=2 +noarch=yes build_style=gnu-makefile make_build_args="man" makedepends="wget" fulldepends="cvs python>=0" -revision=1 short_desc="CVS to Subversion, git and bazaar repository conversion tool" maintainer="Juan RP " +homepage="http://cvs2svn.tigris.org/" +license="BSD" +distfiles="http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-${version}.tar.gz" checksum=d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e long_desc=" cvs2svn is a tool for migrating a CVS repository to Subversion, git, or @@ -27,10 +30,8 @@ long_desc=" and outputs these modifications grouped together as changesets in the target SCM. cvs2svn also deals with many CVS quirks and is highly configurable." -noarch=yes - -post_install() -{ - install -d ${DESTDIR}/usr/share/man/man1 +post_install() { + vmkdir usr/share/man/man1 install -m644 *.1 ${DESTDIR}/usr/share/man/man1 + vinstall COPYING 644 usr/share/licenses/cvs2svn }