summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-24 01:27:06 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-24 01:27:06 +0000
commit42697b3479d42492bf49befcb429827b29b14340 (patch)
tree61a1d611368ddd1c48c09e7bef5bda8995a75280 /dev-perl/ExtUtils-F77
parentolder iptables versions removed (diff)
downloadhistorical-42697b3479d42492bf49befcb429827b29b14340.tar.gz
historical-42697b3479d42492bf49befcb429827b29b14340.tar.bz2
historical-42697b3479d42492bf49befcb429827b29b14340.zip
*** empty log message ***
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild
index 00899ac3d1de..d3c709754314 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.4 2000/11/04 12:54:30 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.5 2001/04/24 01:27:06 achim Exp $
P=ExtUtils-F77-1.13
A=${P}.tar.gz
@@ -14,7 +14,6 @@ DEPEND=">=sys-devel/perl-5"
src_compile() {
- cd ${S}
perl Makefile.PL
try make
try make test
@@ -23,9 +22,7 @@ src_compile() {
src_install () {
- cd ${S}
- try make PREFIX=${D}/usr install
- prepman
+ try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
dodoc CHANGES README MANIFEST
}