summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-05 10:38:16 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-05 10:38:16 +0000
commit9f8f30dbb08d06d79ef3ed301348bdaf0bc6e62e (patch)
tree0c973d7467cac373611765e5b7057949f49918de /eclass/perl-module.eclass
parentnew version (diff)
downloadgentoo-2-9f8f30dbb08d06d79ef3ed301348bdaf0bc6e62e.tar.gz
gentoo-2-9f8f30dbb08d06d79ef3ed301348bdaf0bc6e62e.tar.bz2
gentoo-2-9f8f30dbb08d06d79ef3ed301348bdaf0bc6e62e.zip
final touches
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 8f3ace3ea5b6..3db8b6ceda07 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,7 +1,7 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.4 2002/05/05 08:05:32 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.5 2002/05/05 10:38:16 seemant Exp $
# The perl-module eclass is designed to allow easier installation of perl
# modules, and their incorporation into the Gentoo Linux system.
@@ -20,7 +20,7 @@ base_src_compile() {
}
base_src_install() {
-
+
dodir ${POD_DIR}
make \
@@ -33,14 +33,14 @@ base_src_install() {
INSTALLMAN6DIR=${D}/usr/share/man/man6 \
INSTALLMAN7DIR=${D}/usr/share/man/man7 \
INSTALLMAN8DIR=${D}/usr/share/man/man8 \
+ ${myinst}
install || die
- eval `perl '-V:installarchlib'`
sed -e "s:${D}::g" \
- ${D}/${installarchlib}/perllocal.pod \
+ ${D}/${ARCH_LIB}/perllocal.pod \
> ${D}/${POD_DIR}/${PF}.pod
- rm -f ${D}/${installarchlib}/perllocal.pod
+ rm -f ${D}/${ARCH_LIB}/perllocal.pod
dodoc ChangeLog MANIFEST NOTES README VERSIONS WARNING ToDo
}