summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 14:02:50 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 14:02:50 +0000
commit16a5d74ff0659d4418c3817c3ff47848587d3310 (patch)
tree117b1ee1b285880a93b74dd88e1f0cdcbfffd421 /net-analyzer
parentforgot to digest last time (diff)
downloadgentoo-2-16a5d74ff0659d4418c3817c3ff47848587d3310.tar.gz
gentoo-2-16a5d74ff0659d4418c3817c3ff47848587d3310.tar.bz2
gentoo-2-16a5d74ff0659d4418c3817c3ff47848587d3310.zip
resolved sandbox violation
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ntop/ntop-2.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ntop-2.0-r1.ebuild b/net-analyzer/ntop/ntop-2.0-r1.ebuild
index 0cd1f6b1a050..637afba0350b 100644
--- a/net-analyzer/ntop/ntop-2.0-r1.ebuild
+++ b/net-analyzer/ntop/ntop-2.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>, Bruce A. Locke <blocke@shivan.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.2 2002/04/27 12:53:03 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0-r1.ebuild,v 1.3 2002/04/27 14:02:50 seemant Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="ntop is a unix tool that shows network usage like top"
@@ -71,8 +71,11 @@ src_install () {
make \
prefix=${D}/usr \
- sysconfdir=/${D}/usr/share \
+ sysconfdir=/${D}/etc \
mandir=${D}/usr/share/man \
+ datadir=${D}/usr/share \
+ DATAFILE_DIR=${D}/usr/share/ntop \
+ CONFIGFILE_DIR=${D}/etc/ntop \
install || die
# fixme: bad handling of plugins (in /usr/lib with unsuggestive names)