diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 20:41:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 20:41:23 +0000 |
commit | 36936af8b7b6538b0be2419333b18996e8a8863f (patch) | |
tree | 75e38dcfa1c6afa04df71931f145cda045f4ef03 /net-analyzer | |
parent | Initial ebuld of gnustep-back. The GNUstep GUI backend. (diff) | |
download | historical-36936af8b7b6538b0be2419333b18996e8a8863f.tar.gz historical-36936af8b7b6538b0be2419333b18996e8a8863f.tar.bz2 historical-36936af8b7b6538b0be2419333b18996e8a8863f.zip |
sandbox violation fix
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/nmap-2.54_beta36.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-analyzer/nmap/nmap-2.54_beta36.ebuild b/net-analyzer/nmap/nmap-2.54_beta36.ebuild index cf8f8e6cbeae..2c78394f57d4 100644 --- a/net-analyzer/nmap/nmap-2.54_beta36.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.4 2002/07/19 20:41:23 seemant Exp $ MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} @@ -27,10 +27,11 @@ src_compile() { src_install() { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + nmapdatadir=${D}/usr/share/nmap \ + install || die dodoc CHANGELOG COPYING HACKING README* cd docs |