summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-09-27 20:33:12 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-09-27 20:33:12 +0000
commit8291a8006916243fd6afcaa4f0baa5c1e11dcf21 (patch)
tree5d6c02c0044acc4ce56810a1017fd8ec282e8d7c /net-analyzer/jnettop/jnettop-0.11.0.ebuild
parentVersion bumped. (diff)
downloadgentoo-2-8291a8006916243fd6afcaa4f0baa5c1e11dcf21.tar.gz
gentoo-2-8291a8006916243fd6afcaa4f0baa5c1e11dcf21.tar.bz2
gentoo-2-8291a8006916243fd6afcaa4f0baa5c1e11dcf21.zip
0.11.0 x86 stable for bug 107425
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-analyzer/jnettop/jnettop-0.11.0.ebuild')
-rw-r--r--net-analyzer/jnettop/jnettop-0.11.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/jnettop/jnettop-0.11.0.ebuild b/net-analyzer/jnettop/jnettop-0.11.0.ebuild
index 9674c28df3e7..324b18a0ff8e 100644
--- a/net-analyzer/jnettop/jnettop-0.11.0.ebuild
+++ b/net-analyzer/jnettop/jnettop-0.11.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.11.0.ebuild,v 1.1 2005/07/01 15:46:12 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.11.0.ebuild,v 1.2 2005/09/27 20:33:12 vanquirius Exp $
DESCRIPTION="A top like console network traffic visualiser"
HOMEPAGE="http://jnettop.kubs.info/"
@@ -8,13 +8,13 @@ SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="virtual/libpcap
>=dev-libs/glib-2.0.1"
src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README
}