diff --git a/srcpkgs/perl-File-Listing/template b/srcpkgs/perl-File-Listing/template index 4c40d0aa686..0a88d70d284 100644 --- a/srcpkgs/perl-File-Listing/template +++ b/srcpkgs/perl-File-Listing/template @@ -1,8 +1,8 @@ # Template build file for 'perl-File-Listing'. pkgname=perl-File-Listing version=6.04 -revision=1 -wrksrc="File-Listing-$version" +revision=2 +wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl>=5.18" makedepends="${hostmakedepends} perl-HTTP-Date" @@ -14,6 +14,3 @@ homepage="http://search.cpan.org/dist/File-Listing" license="GPL-2" distfiles="${CPAN_SITE}/File/File-Listing-$version.tar.gz" checksum=1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5 -long_desc=" - This module exports a single function called parse_dir(), which can be used - to parse directory listings."