diff --git a/srcpkgs/perl-HTML-Parser/template b/srcpkgs/perl-HTML-Parser/template
index 41acc60914..26c5659b48 100644
--- a/srcpkgs/perl-HTML-Parser/template
+++ b/srcpkgs/perl-HTML-Parser/template
@@ -1,8 +1,8 @@
# Template build file for 'perl-Parser'.
pkgname=perl-HTML-Parser
version=3.70
-revision=2
-wrksrc="HTML-Parser-$version"
+revision=3
+wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl-HTML-Tagset"
@@ -13,6 +13,3 @@ license="GPL-1+/Artistic"
maintainer="davehome "
distfiles="${CPAN_SITE}/HTML/HTML-Parser-$version.tar.gz"
checksum=a9a18c79b1d2b315daedafe7598dc1068d562eaeaa5bd46265a6ebd2805446c1
-long_desc="
- The HTML-Parser distribution is is a collection of modules that parse and
- extract information from HTML documents."