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/dsniff
parentheader fix (diff)
downloadgentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/dsniff')
-rw-r--r--net-analyzer/dsniff/Manifest6
-rw-r--r--net-analyzer/dsniff/dsniff-2.3.ebuild10
2 files changed, 8 insertions, 8 deletions
diff --git a/net-analyzer/dsniff/Manifest b/net-analyzer/dsniff/Manifest
index 0d12afb36a1b..307e30b464d9 100644
--- a/net-analyzer/dsniff/Manifest
+++ b/net-analyzer/dsniff/Manifest
@@ -1,7 +1,7 @@
+MD5 e1cf2b33c39c940d2dc12d3a9852f022 ChangeLog 769
+MD5 c59bfb4449bd1869e853d7780ee7a47f dsniff-2.3.ebuild 2337
+MD5 2e517ad1f8dd42584ea74ad7be9e53ef dsniff-2.3-r1.ebuild 2145
MD5 5c5bea8cc4846925ba48ba5c9ea83341 files/digest-dsniff-2.3 123
MD5 5c6f2ffa1ad360cdd85091837b6b1918 files/2.3-libnet-1.0.patch 7594
MD5 5c5bea8cc4846925ba48ba5c9ea83341 files/digest-dsniff-2.3-r1 123
MD5 f41ad0aeacc05042ec27551b257845d3 files/2.3-makefile.patch 1531
-MD5 648240573e2f187d08682792b9de950c dsniff-2.3.ebuild 2345
-MD5 e1cf2b33c39c940d2dc12d3a9852f022 ChangeLog 769
-MD5 19ecd5e5e0c0fc38e8377fb3c70fe352 dsniff-2.3-r1.ebuild 2125
diff --git a/net-analyzer/dsniff/dsniff-2.3.ebuild b/net-analyzer/dsniff/dsniff-2.3.ebuild
index 75a9dece0358..ea318d31f3c1 100644
--- a/net-analyzer/dsniff/dsniff-2.3.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/dsniff-2.3.ebuild,v 1.5 2003/08/21 05:09:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/dsniff-2.3.ebuild,v 1.6 2003/09/05 23:40:08 msterret Exp $
-# dsniff needs to build it's own version of sys-libs/db, since the one
+# dsniff needs to build it's own version of sys-libs/db, since the one
# normally installed is for some reason unusable for dsniffs configure script.
# The version is chosen as being the standard one around at the time i wrote
-# this ebuild, it's not set in stone.
+# this ebuild, it's not set in stone.
DB_VER="3.2.9"
@@ -40,14 +40,14 @@ src_unpack() {
unpack ${P}.tar.gz
# Making sure data files get correctly installed and that dsniff
- # can find them
+ # can find them
# Working around dsniff b0rky config script
# Data stuff goes into /etc/dsniff
cd ${S}
mv configure configure.orig
sed "s:lib':':" configure.orig > configure
- chmod +x configure
+ chmod +x configure
mv Makefile.in Makefile.in.orig
sed 's:-DDSNIFF_LIBDIR=\\\"$(libdir)/\\\"::' Makefile.in.orig > Makefile.in