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/XML-Sablot
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/XML-Sablot')
-rw-r--r--dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild
index a70eddd14f89..bd61e8234934 100644
--- a/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild
+++ b/dev-perl/XML-Sablot/XML-Sablot-0.44.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/XML-Sablot/XML-Sablot-0.44.ebuild,v 1.2 2000/11/01 06:27:11 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $
P=XML-Sablotron-0.44
A=${P}.tar.gz
@@ -12,13 +12,12 @@ SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${A}"
HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/xml-sab.act"
DEPEND=">=sys-devel/perl-5
- >=sys-libs/glibc-2.1.3
>=app-text/sablotron-0.44"
src_compile() {
cd ${S}
- perl Makefile.PL $PERLINSTALL
+ perl Makefile.PL
try make
try make test
@@ -27,8 +26,7 @@ src_compile() {
src_install () {
cd ${S}
- try make install
- prepman
+ try make PREFIX=${D}/usr install
dodoc Changes README MANIFEST
}