summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
commit081020c6d8b00f2750190600c12379ea601be8f5 (patch)
treeecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/nload/nload-0.5.0.ebuild
parentheader fix (diff)
downloadgentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/nload/nload-0.5.0.ebuild')
-rw-r--r--net-analyzer/nload/nload-0.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild
index 217938f7993e..2457ca9643c0 100644
--- a/net-analyzer/nload/nload-0.5.0.ebuild
+++ b/net-analyzer/nload/nload-0.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.5 2003/02/13 13:48:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.6 2003/09/05 23:40:10 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
@@ -25,7 +25,7 @@ src_compile() {
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--host=${CHOST} || die "./configure failed"
-
+
emake || die "compile failed"
}