diff --git a/srcpkgs/cvs2svn/template b/srcpkgs/cvs2svn/template index 7f8c26a04a..bb426958f2 100644 --- a/srcpkgs/cvs2svn/template +++ b/srcpkgs/cvs2svn/template @@ -1,16 +1,11 @@ # Template file for 'cvs2svn' - -# libfetch doesn't understand cookies. -#XBPS_FETCH_CMD="wget" - pkgname=cvs2svn version=2.4.0 revision=1 noarch="yes" build_style=gnu-makefile make_build_args="man" -hostmakedepends="wget python" -makedepends="cvs python" +hostmakedepends="python" depends="cvs python" short_desc="CVS to Subversion, git and bazaar repository conversion tool" maintainer="Juan RP " @@ -23,5 +18,5 @@ checksum=a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116 post_install() { vmkdir usr/share/man/man1 install -m644 *.1 ${DESTDIR}/usr/share/man/man1 - vinstall COPYING 644 usr/share/licenses/cvs2svn + vlicense COPYING }