diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-26 20:28:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-26 20:28:02 +0000 |
commit | 873def09c5047236568ae0320fc29c6310973316 (patch) | |
tree | 136e9a6000543ae9dd73f2ab38d08afcf051e2b2 /net-analyzer/rrdtool/rrdtool-1.4.2.ebuild | |
parent | Set proper libdir in /usr/share/opera/defaults/pluginpath.ini thanks to Henni... (diff) | |
download | gentoo-2-873def09c5047236568ae0320fc29c6310973316.tar.gz gentoo-2-873def09c5047236568ae0320fc29c6310973316.tar.bz2 gentoo-2-873def09c5047236568ae0320fc29c6310973316.zip |
Move perl-modules to vendor-dir. Delete .packlist files (#297134)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.4.2.ebuild')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.4.2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild b/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild index f66629a7f200..d42fdbf1a354 100644 --- a/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild,v 1.5 2010/05/26 17:03:56 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.2.ebuild,v 1.6 2010/05/26 20:28:02 tove Exp $ EAPI="3" @@ -53,6 +53,7 @@ src_configure() { $(use_enable ruby ruby-site-install) \ $(use_enable perl) \ $(use_enable perl perl-site-install) \ + --with-perl-options=INSTALLDIRS=vendor \ $(use_enable tcl) \ $(use_with tcl tcllib "${EPREFIX}"/usr/$(get_libdir)) \ $(use_enable python) @@ -65,7 +66,10 @@ src_install() { rm -rf "${ED}"usr/share/doc/${PF}/{html,txt} fi - use perl && perl_delete_localpod + if use perl ; then + perl_delete_localpod + perl_delete_packlist + fi dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO } |