diff options
author | 2002-12-22 21:15:54 +0000 | |
---|---|---|
committer | 2002-12-22 21:15:54 +0000 | |
commit | 8f7359fa4fca41330d952405e68789c9fa945784 (patch) | |
tree | 24fefe8b6c1a544f608795d3540e069fd2d2078a /dev-perl/HTML-Parser | |
parent | mask qt 3.1.1 unti bug 12358 is resolved (diff) | |
download | gentoo-2-8f7359fa4fca41330d952405e68789c9fa945784.tar.gz gentoo-2-8f7359fa4fca41330d952405e68789c9fa945784.tar.bz2 gentoo-2-8f7359fa4fca41330d952405e68789c9fa945784.zip |
typo fix
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild index c1f5d5a1db89..5934ad026aa2 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild,v 1.3 2002/12/15 10:44:14 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.26-r2.ebuild,v 1.4 2002/12/22 21:15:54 mcummings Exp $ inherit perl-module @@ -17,3 +17,9 @@ DEPEND="${DEPEND} >=dev-perl/HTML-Tagset-3.03" mydoc="ANNOUNCEMENT TODO" +src_compile() { + echo n |perl Makefile.PL ${myconf} \ + PREFIX=${D}/usr + make || test +} + |