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
commit47925d533e5503d7d15352ae9aee968b3751f438 (patch)
tree602e98e2961e19ba2d2cf49f7d79ff1d4a1de590 /dev-perl/SOAP
parent*** empty log message *** (diff)
downloadhistorical-47925d533e5503d7d15352ae9aee968b3751f438.tar.gz
historical-47925d533e5503d7d15352ae9aee968b3751f438.tar.bz2
historical-47925d533e5503d7d15352ae9aee968b3751f438.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
}