summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-19 20:41:23 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-19 20:41:23 +0000
commit2429ae3832a384f57624c46781e0eb9c2afb394b (patch)
tree98420d3d8bdaa005009e1332f83a91794c2d55cd /net-analyzer
parentInitial ebuld of gnustep-back. The GNUstep GUI backend. (diff)
downloadgentoo-2-2429ae3832a384f57624c46781e0eb9c2afb394b.tar.gz
gentoo-2-2429ae3832a384f57624c46781e0eb9c2afb394b.tar.bz2
gentoo-2-2429ae3832a384f57624c46781e0eb9c2afb394b.zip
sandbox violation fix
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nmap/nmap-2.54_beta36.ebuild11
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