summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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..989f322da03f 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.1.1.1 2005/11/30 10:12:11 chriswhite 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
}