diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-21 05:30:24 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-21 05:30:24 +0000 |
commit | e0852ad1d25160dec55210c979d102fc773e4346 (patch) | |
tree | 3ed19540a50b883dd60402e6dcf4d23ba2e7a78a /net-firewall/pftop | |
parent | Remove old, bug 313615 (diff) | |
download | gentoo-2-e0852ad1d25160dec55210c979d102fc773e4346.tar.gz gentoo-2-e0852ad1d25160dec55210c979d102fc773e4346.tar.bz2 gentoo-2-e0852ad1d25160dec55210c979d102fc773e4346.zip |
Fix manpages install.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Diffstat (limited to 'net-firewall/pftop')
-rw-r--r-- | net-firewall/pftop/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/pftop/pftop-0.7.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-firewall/pftop/ChangeLog b/net-firewall/pftop/ChangeLog index bfd9b816da0d..7d8d52cefdfa 100644 --- a/net-firewall/pftop/ChangeLog +++ b/net-firewall/pftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/pftop -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v 1.5 2009/06/20 22:37:02 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v 1.6 2010/04/21 05:30:24 the_paya Exp $ + + 21 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> pftop-0.7.ebuild: + Don't install precompressed manpages. 20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> pftop-0.7.ebuild, -files/pftop-0.7-dead.patch, -files/pftop-0.7-pcap.patch, diff --git a/net-firewall/pftop/pftop-0.7.ebuild b/net-firewall/pftop/pftop-0.7.ebuild index c03516301f44..3fc65d9584f9 100644 --- a/net-firewall/pftop/pftop-0.7.ebuild +++ b/net-firewall/pftop/pftop-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild,v 1.2 2009/06/20 22:37:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.7.ebuild,v 1.3 2010/04/21 05:30:24 the_paya Exp $ PATCH_PV=1 @@ -46,5 +46,6 @@ src_compile() { } src_install() { - mkinstall DESTDIR="${D}" LOCALBASE="/usr" MANDIR="/usr/share/man/man" install || die + mkinstall DESTDIR="${D}" LOCALBASE="/usr" MANDIR="/usr/share/man/man" \ + NO_MANCOMPRESS= install || die } |