diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-08-22 09:17:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-08-22 09:17:52 +0000 |
commit | bdbdb2c27ba5900d892121c0e6f25d3619dff41c (patch) | |
tree | efb255a2856e01e7f83609227a72954d633335e2 /eclass/perl-module.eclass | |
parent | bk bump - conflicted with -r8 bump (diff) | |
download | historical-bdbdb2c27ba5900d892121c0e6f25d3619dff41c.tar.gz historical-bdbdb2c27ba5900d892121c0e6f25d3619dff41c.tar.bz2 historical-bdbdb2c27ba5900d892121c0e6f25d3619dff41c.zip |
man3 directive fix - bug 27014
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 3 |
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} \ |