summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-08-22 09:17:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-08-22 09:17:52 +0000
commit1caec18fd1103355971dbc3edefb84a08594d4a1 (patch)
tree94f46f8b6cd703ee4b8171e445a0e14f15138465 /eclass/perl-module.eclass
parentbk bump - conflicted with -r8 bump (diff)
downloadgentoo-2-1caec18fd1103355971dbc3edefb84a08594d4a1.tar.gz
gentoo-2-1caec18fd1103355971dbc3edefb84a08594d4a1.tar.bz2
gentoo-2-1caec18fd1103355971dbc3edefb84a08594d4a1.zip
man3 directive fix - bug 27014
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 24884ff2568d..d1065b1bae82 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.49 2003/07/27 14:46:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.50 2003/08/22 09:17:52 mcummings Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -84,6 +84,7 @@ perl-module_src_install() {
INSTALLSITEMAN6DIR=${D}/usr/share/man/man6 \
INSTALLSITEMAN7DIR=${D}/usr/share/man/man7 \
INSTALLSITEMAN8DIR=${D}/usr/share/man/man8 \
+ INSTALLVENDORMAN3DIR=${D}/usr/share/man/man3 \
INSTALLSITEARCH=${D}/${SITE_ARCH} \
INSTALLSCRIPT=${D}/usr/bin \
${myinst} \