summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nmap/nmap-6.25.ebuild')
-rw-r--r--net-analyzer/nmap/nmap-6.25.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-6.25.ebuild b/net-analyzer/nmap/nmap-6.25.ebuild
index 22ec31ca75cc..660847a11035 100644
--- a/net-analyzer/nmap/nmap-6.25.ebuild
+++ b/net-analyzer/nmap/nmap-6.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.8 2013/01/16 09:18:19 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.9 2013/01/16 09:21:02 pinkbyte Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -107,7 +107,7 @@ src_prepare() {
# respect AR and RANLIB, wrt bug #445524
tc-export AR RANLIB
sed -i -e '/^RANLIB/d' -e '/^AR/d' liblinear/{,blas}/Makefile || die
- sed -i -e '/^RANLIB/d' -e "/^AR/s/ar/$(tc-getAR)" liblua/Makefile || die
+ sed -i -e '/^RANLIB/d' -e "/^AR/s/ar/$(tc-getAR)/" liblua/Makefile || die
sed -i -e '/^AR/d' {libnetutil,libpcre,nbase,nsock/src}/Makefile.in || die
}