diff options
-rw-r--r-- | net-analyzer/nmap/nmap-6.49_beta6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-6.49_beta6.ebuild b/net-analyzer/nmap/nmap-6.49_beta6.ebuild index 26dd9112efc0..07bc0c8a8737 100644 --- a/net-analyzer/nmap/nmap-6.49_beta6.ebuild +++ b/net-analyzer/nmap/nmap-6.49_beta6.ebuild @@ -128,7 +128,7 @@ src_configure() { src_compile() { emake \ AR=$(tc-getAR) \ - RANLIB=$(tc-getRANLIB ) + RANLIB=$(tc-getRANLIB) } src_install() { diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 694b1eba4737..813a279b2ef8 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -128,7 +128,7 @@ src_compile() { emake \ AR=$(tc-getAR) \ - RANLIB=$(tc-getRANLIB ) + RANLIB=$(tc-getRANLIB) } src_install() { |