diff options
author | Peter Volkov <pva@gentoo.org> | 2008-12-14 14:40:09 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-12-14 14:40:09 +0000 |
commit | c2823e968d15f0a452bc5d78562458516979c0fd (patch) | |
tree | bdf5c0d1210618b74410aca75f7e1578c896f708 /net-analyzer/wireshark/wireshark-1.0.5.ebuild | |
parent | Add !net-proxy/sshproxy dependency atom (#248193). (diff) | |
download | gentoo-2-c2823e968d15f0a452bc5d78562458516979c0fd.tar.gz gentoo-2-c2823e968d15f0a452bc5d78562458516979c0fd.tar.bz2 gentoo-2-c2823e968d15f0a452bc5d78562458516979c0fd.zip |
Fixed dodoc on nonexistent files, bug #248425, thank Markus Meier for report.
(Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'net-analyzer/wireshark/wireshark-1.0.5.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.0.5.ebuild b/net-analyzer/wireshark/wireshark-1.0.5.ebuild index edb47740fb19..798a17c435db 100644 --- a/net-analyzer/wireshark/wireshark-1.0.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v 1.4 2008/12/14 14:12:15 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.5.ebuild,v 1.5 2008/12/14 14:40:09 pva Exp $ EAPI=1 WANT_AUTOMAKE="1.9" @@ -138,7 +138,7 @@ src_install() { doins wiretap/wtap.h # FAQ is not required as is installed from help/faq.txt - dodoc AUTHORS ChangeLog NEWS README{,bsd,linux,macos,vmware} doc/randpkt.txt + dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} doc/randpkt.txt if use gtk ; then insinto /usr/share/icons/hicolor/16x16/apps |