diff options
author | Christian Heim <phreak@gentoo.org> | 2006-12-09 12:46:10 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-12-09 12:46:10 +0000 |
commit | 5c4683af2dd5733ef1830d704fc5e95f3b2f4e38 (patch) | |
tree | 3d8630dfbe8b27ae381c20b539fa83177566108b /net-firewall/psad/psad-1.4.8.ebuild | |
parent | Bump to 0.8.1; thanks to Paolo Pedroni; bug 156020 (diff) | |
download | historical-5c4683af2dd5733ef1830d704fc5e95f3b2f4e38.tar.gz historical-5c4683af2dd5733ef1830d704fc5e95f3b2f4e38.tar.bz2 historical-5c4683af2dd5733ef1830d704fc5e95f3b2f4e38.zip |
Fixing the collision mentioned by Christian Faulhammer in #157156.
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'net-firewall/psad/psad-1.4.8.ebuild')
-rw-r--r-- | net-firewall/psad/psad-1.4.8.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-firewall/psad/psad-1.4.8.ebuild b/net-firewall/psad/psad-1.4.8.ebuild index a76384ef0af5..9d1f06d3573e 100644 --- a/net-firewall/psad/psad-1.4.8.ebuild +++ b/net-firewall/psad/psad-1.4.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.8.ebuild,v 1.2 2006/12/08 08:33:30 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.8.ebuild,v 1.3 2006/12/09 12:46:10 phreak Exp $ -inherit eutils perl-app +inherit eutils perl-app perl-module IUSE="" @@ -92,6 +92,9 @@ src_install() { cd ${S} dodoc BENCHMARK CREDITS Change* FW_EXAMPLE_RULES README LICENSE SCAN_LOG + + # fixing the perllocal.pod collision mentioned in #157156 + fixlocalpod } pkg_postinst() { |