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/XML-Encoding
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/XML-Encoding')
-rw-r--r--dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild b/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild
index c41140ec25e0..2b26b638ce95 100644
--- a/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild
+++ b/dev-perl/XML-Encoding/XML-Encoding-1.01.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-Encoding/XML-Encoding-1.01.ebuild,v 1.3 2000/11/01 06:27:11 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $
P=XML-Encoding-1.01
A=${P}.tar.gz
@@ -17,15 +17,14 @@ DEPEND=">=sys-devel/perl-5
src_compile() {
cd ${S}
- perl Makefile.PL $PERLINSTALL
+ perl Makefile.PL
try make
}
src_install () {
cd ${S}
- try make install
- prepman
+ try make PREFIX=${D}/usr install
dodoc Changes README MANIFEST
}