summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/dsniff/ChangeLog5
-rw-r--r--net-analyzer/dsniff/dsniff-2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/dsniff/ChangeLog b/net-analyzer/dsniff/ChangeLog
index 3ac447957ee6..3c1a17512ef7 100644
--- a/net-analyzer/dsniff/ChangeLog
+++ b/net-analyzer/dsniff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/dsniff
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.1 2002/11/14 08:39:16 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.2 2003/02/02 15:16:08 aliz Exp $
+
+ 02 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> dsniff-2.3.ebuild :
+ Closes #14689.
*dsniff-2.3 (14 Nov 2002)
diff --git a/net-analyzer/dsniff/dsniff-2.3.ebuild b/net-analyzer/dsniff/dsniff-2.3.ebuild
index f7a0032da6b1..c7e17a395f49 100644
--- a/net-analyzer/dsniff/dsniff-2.3.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.1 2002/11/14 08:39:16 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/dsniff-2.3.ebuild,v 1.2 2003/02/02 15:16:08 aliz Exp $
# 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.
@@ -75,7 +75,7 @@ src_compile() {
--infodir=${D}/usr/share/info \
--mandir=${D}/usr/share/man || die "./configure failed"
- emake || die
+ make || die
}
src_install () {