summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-07 09:05:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-07 09:05:13 +0000
commit3b48be369d9725e5fbcba4edabcc671312a67ab7 (patch)
tree108251021958a3ab38e7cba4e36f1327621d165e /net-analyzer/driftnet
parentupdate to 0.8.0 (diff)
downloadgentoo-2-3b48be369d9725e5fbcba4edabcc671312a67ab7.tar.gz
gentoo-2-3b48be369d9725e5fbcba4edabcc671312a67ab7.tar.bz2
gentoo-2-3b48be369d9725e5fbcba4edabcc671312a67ab7.zip
small fix0rs
Diffstat (limited to 'net-analyzer/driftnet')
-rw-r--r--net-analyzer/driftnet/driftnet-0.1.6.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-analyzer/driftnet/driftnet-0.1.6.ebuild b/net-analyzer/driftnet/driftnet-0.1.6.ebuild
index 0c421f3d1020..d4a96344a200 100644
--- a/net-analyzer/driftnet/driftnet-0.1.6.ebuild
+++ b/net-analyzer/driftnet/driftnet-0.1.6.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/driftnet/driftnet-0.1.6.ebuild,v 1.2 2002/08/14 12:11:44 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/driftnet/driftnet-0.1.6.ebuild,v 1.3 2002/09/07 09:05:13 seemant Exp $
DESCRIPTION="Driftnet is a program which listens to network traffic and picks out images from TCP streams it observes."
HOMEPAGE="http://www.ex-parrot.com/~chris/driftnet/"
@@ -25,9 +25,9 @@ src_compile() {
then
emake || die "gtk+ build failed"
mv driftnet driftnet-gtk
- make clean
+ make clean || die
fi
- patch -p1 <${FILESDIR}/${P}-nogtk.patch
+ patch -p1 <${FILESDIR}/${P}-nogtk.patch || die
emake || die
}
@@ -41,6 +41,4 @@ src_install () {
chown root.wheel ${D}/usr/bin/driftnet
chmod 750 ${D}/usr/bin/driftnet
chmod u+s ${D}/usr/bin/driftnet
-
}
-