diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-18 01:03:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-18 01:03:00 +0000 |
commit | c8ef31f34c4cb337f2853498290d503f7966c39f (patch) | |
tree | f5601db9923ce55c8d118428eccdd5fb899f16f4 /net-analyzer/iptraf/iptraf-2.7.0.ebuild | |
parent | updated to rdtool-0.6.11 (diff) | |
download | gentoo-2-c8ef31f34c4cb337f2853498290d503f7966c39f.tar.gz gentoo-2-c8ef31f34c4cb337f2853498290d503f7966c39f.tar.bz2 gentoo-2-c8ef31f34c4cb337f2853498290d503f7966c39f.zip |
Closes #6517.
Diffstat (limited to 'net-analyzer/iptraf/iptraf-2.7.0.ebuild')
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild index f283d0cb9ec2..e64ebad71fab 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2001-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.3 2002/08/14 12:12:05 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.4 2002/08/18 01:03:00 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" @@ -16,11 +16,11 @@ RDEPEND="${DEPEND}" src_compile() { cd src - emake TARGET="/usr/bin" WORKDIR="/var/lib/iptraf" \ + emake TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \ clean all || die "emake failed" } src_install() { - dobin src/{iptraf,cfconv,rvnamed} + dosbin src/{iptraf,cfconv,rvnamed} dodoc FAQ README* CHANGES RELEASE-NOTES doman Documentation/*.8 htmlinto html |