summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nmap/nmap-6.00.ebuild')
-rw-r--r--net-analyzer/nmap/nmap-6.00.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-analyzer/nmap/nmap-6.00.ebuild b/net-analyzer/nmap/nmap-6.00.ebuild
index b2dc66d68863..51a61bc321f4 100644
--- a/net-analyzer/nmap/nmap-6.00.ebuild
+++ b/net-analyzer/nmap/nmap-6.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.00.ebuild,v 1.2 2012/05/22 03:34:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.00.ebuild,v 1.3 2012/05/26 16:45:40 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -53,11 +53,6 @@ src_configure() {
$(use_with ssl openssl)
}
-src_compile() {
- emake -j1 makefile.dep
- emake -j1
-}
-
src_install() {
LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir="${EPREFIX}"/usr/share/nmap install || die
dodoc CHANGELOG HACKING docs/README docs/*.txt || die