summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-16 15:46:10 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-16 15:46:10 +0000
commita1075b15c98c98378763667f02a06bc8612853d2 (patch)
treebe697ab6dd10ede6698d27d2c0fc6b2fd6db8788 /net-analyzer
parentremove commented out patch (diff)
downloadgentoo-2-a1075b15c98c98378763667f02a06bc8612853d2.tar.gz
gentoo-2-a1075b15c98c98378763667f02a06bc8612853d2.tar.bz2
gentoo-2-a1075b15c98c98378763667f02a06bc8612853d2.zip
remove README-WIN32
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nmap/nmap-3.45.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-3.45.ebuild b/net-analyzer/nmap/nmap-3.45.ebuild
index edc0f9108412..9970844b475e 100644
--- a/net-analyzer/nmap/nmap-3.45.ebuild
+++ b/net-analyzer/nmap/nmap-3.45.ebuild
@@ -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/net-analyzer/nmap/nmap-3.45.ebuild,v 1.2 2003/09/16 15:45:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.45.ebuild,v 1.3 2003/09/16 15:46:10 vapier Exp $
inherit gcc eutils
@@ -35,6 +35,6 @@ src_install() {
|| die
use gnome || rm -rf ${D}/usr/share/gnome/
- dodoc CHANGELOG HACKING INSTALL README* docs/README docs/*.txt
+ dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt
dohtml docs/*.html
}