From aa74a9e0eda1e8755c0d1738657a7e8e511b5acd Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Sat, 27 Jul 2002 18:27:16 +0000 Subject: Fixed new perl-module problems. --- dev-perl/Inline/Inline-0.43.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-perl/Inline') diff --git a/dev-perl/Inline/Inline-0.43.ebuild b/dev-perl/Inline/Inline-0.43.ebuild index 4731498c73e6..a98feeac3acc 100644 --- a/dev-perl/Inline/Inline-0.43.ebuild +++ b/dev-perl/Inline/Inline-0.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.3 2002/07/25 04:13:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.4 2002/07/27 18:27:16 aliz Exp $ inherit perl-module @@ -18,13 +18,13 @@ DEPEND="${DEPEND} src_compile() { - echo "y" | base_src_compile - base_src_test + echo "y" | perl-module_src_compile + perl-module_src_test } src_install () { - base_src_install + perl-module_src_install dohtml DT.html } -- cgit v1.2.3-65-gdbad