summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-04 12:54:31 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-04 12:54:31 +0000
commit0c536989e711628eda1ff1b0c18e862545f5f8a0 (patch)
treee11bc6b067dbf5c8d04ec9b0593ecd36d097c938 /dev-perl/SOAP
parent*** empty log message *** (diff)
downloadgentoo-2-0c536989e711628eda1ff1b0c18e862545f5f8a0.tar.gz
gentoo-2-0c536989e711628eda1ff1b0c18e862545f5f8a0.tar.bz2
gentoo-2-0c536989e711628eda1ff1b0c18e862545f5f8a0.zip
Modified to work with the new perl package
Diffstat (limited to 'dev-perl/SOAP')
-rw-r--r--dev-perl/SOAP/SOAP-0.25.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/SOAP/SOAP-0.25.ebuild b/dev-perl/SOAP/SOAP-0.25.ebuild
index bfad7818780f..c8c167b6e1a3 100644
--- a/dev-perl/SOAP/SOAP-0.25.ebuild
+++ b/dev-perl/SOAP/SOAP-0.25.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $
P=SOAP-0.25
A=${P}.tar.gz
@@ -13,12 +13,13 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme"
DEPEND=">=sys-devel/perl-5
>=dev-perl/HTML-Parser-3.13
>=dev-perl/URI-1.09
- >=dev-perl/XML-Parser-2.29"
+ >=dev-perl/XML-Parser-2.29
+ >=dev-perl/mod_perl-1.24"
src_compile() {
cd ${S}
- perl Makefile.PL $PERLINSTALL
+ perl Makefile.PL
try make
# try make test
@@ -27,8 +28,7 @@ src_compile() {
src_install () {
cd ${S}
- try make install
- prepman
+ try make PREFIX=${D}/usr install
dodoc Changes README MANIFEST
}