diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-04 12:54:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-04 12:54:31 +0000 |
commit | 0c536989e711628eda1ff1b0c18e862545f5f8a0 (patch) | |
tree | e11bc6b067dbf5c8d04ec9b0593ecd36d097c938 /dev-perl/ExtUtils-F77 | |
parent | *** empty log message *** (diff) | |
download | gentoo-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/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild index 7eddf4c763a7..00899ac3d1de 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.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/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=ExtUtils-F77-1.13 A=${P}.tar.gz @@ -15,7 +15,7 @@ DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -24,7 +24,7 @@ src_compile() { src_install () { cd ${S} - try make install + try make PREFIX=${D}/usr install prepman dodoc CHANGES README MANIFEST } |