diff options
Diffstat (limited to 'net-analyzer/nmap/nmap-6.40.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-6.40.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-6.40.ebuild b/net-analyzer/nmap/nmap-6.40.ebuild index 99aa78ebc264..f5f99bb28c94 100644 --- a/net-analyzer/nmap/nmap-6.40.ebuild +++ b/net-analyzer/nmap/nmap-6.40.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.40.ebuild,v 1.4 2013/08/01 16:33:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v 1.5 2013/08/01 16:50:08 jer Exp $ EAPI=5 @@ -71,7 +71,9 @@ src_prepare() { "${FILESDIR}"/${PN}-5.10_beta1-string.patch \ "${FILESDIR}"/${PN}-5.21-python.patch \ "${FILESDIR}"/${PN}-6.01-make.patch \ - "${FILESDIR}"/${PN}-6.25-liblua-ar.patch + "${FILESDIR}"/${PN}-6.25-liblua-ar.patch \ + "${FILESDIR}"/${P}-uninstaller.patch + sed -i \ -e 's/-m 755 -s ncat/-m 755 ncat/' \ ncat/Makefile.in || die |