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/xtraceroute
parentheader fix (diff)
downloadgentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/xtraceroute')
-rw-r--r--net-analyzer/xtraceroute/Manifest2
-rw-r--r--net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/xtraceroute/Manifest b/net-analyzer/xtraceroute/Manifest
index 9fb89cd4cb75..5aeebb12522e 100644
--- a/net-analyzer/xtraceroute/Manifest
+++ b/net-analyzer/xtraceroute/Manifest
@@ -1,3 +1,3 @@
-MD5 c63f3bad8f863bdbef5861dde892d912 xtraceroute-0.9.0.ebuild 1362
MD5 39da6199912d9deefd23b631828a9061 ChangeLog 648
+MD5 e5182637c80220f2eaa3b89d1e55b711 xtraceroute-0.9.0.ebuild 1361
MD5 1edf2765399c932400ed6432a3d08fc1 files/digest-xtraceroute-0.9.0 129
diff --git a/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild b/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild
index 7c4d3f2f50fe..c4267371b0df 100644
--- a/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild
+++ b/net-analyzer/xtraceroute/xtraceroute-0.9.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/xtraceroute/xtraceroute-0.9.0.ebuild,v 1.10 2003/08/01 17:20:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xtraceroute/xtraceroute-0.9.0.ebuild,v 1.11 2003/09/05 23:40:10 msterret Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="neat graphical traceroute displaying route on the globe"
@@ -30,7 +30,7 @@ src_compile() {
--with-host=/usr/bin/hostx \
--infodir=/usr/share/info \
--mandir=/usr/share/man || die "./configure failed"
-
+
emake || die
#make || die
}