diff options
Diffstat (limited to 'net-analyzer/nmap/nmap-3.30.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-3.30.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/nmap/nmap-3.30.ebuild b/net-analyzer/nmap/nmap-3.30.ebuild index 4f3891fdceb7..a4f4911247d3 100644 --- a/net-analyzer/nmap/nmap-3.30.ebuild +++ b/net-analyzer/nmap/nmap-3.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.30.ebuild,v 1.8 2004/01/20 19:52:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.30.ebuild,v 1.9 2004/06/09 18:24:02 agriffis Exp $ inherit gcc eutils @@ -31,10 +31,7 @@ src_compile() { } src_install() { - einstall \ - nmapdatadir=${D}/usr/share/nmap \ - install \ - || die + einstall install nmapdatadir=${D}/usr/share/nmap || die use gnome || rm -rf ${D}/usr/share/gnome/ dodoc CHANGELOG COPYING HACKING INSTALL README* docs/README docs/*.txt |