diff options
author | Michael Boman <mboman@gentoo.org> | 2004-03-21 12:09:10 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-03-21 12:09:10 +0000 |
commit | 6ce9c05d48e8896a208ac60afc7ca30b965e2343 (patch) | |
tree | 7b5392dab04dd22edc1697d66bf5aa853b0fb0bc /net-analyzer/honeyd/honeyd-0.6a.ebuild | |
parent | QA: IUSE variable was missing, unnecessary definition of S removed. (Manifest... (diff) | |
download | gentoo-2-6ce9c05d48e8896a208ac60afc7ca30b965e2343.tar.gz gentoo-2-6ce9c05d48e8896a208ac60afc7ca30b965e2343.tar.bz2 gentoo-2-6ce9c05d48e8896a208ac60afc7ca30b965e2343.zip |
QA: Unnecessary definition of S removed.
Diffstat (limited to 'net-analyzer/honeyd/honeyd-0.6a.ebuild')
-rw-r--r-- | net-analyzer/honeyd/honeyd-0.6a.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/honeyd/honeyd-0.6a.ebuild b/net-analyzer/honeyd/honeyd-0.6a.ebuild index aaeebdf563e6..c084a3e4436f 100644 --- a/net-analyzer/honeyd/honeyd-0.6a.ebuild +++ b/net-analyzer/honeyd/honeyd-0.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.6a.ebuild,v 1.4 2004/03/13 11:25:54 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.6a.ebuild,v 1.5 2004/03/21 12:09:10 mboman Exp $ inherit eutils @@ -17,8 +17,6 @@ DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 >=net-libs/libpcap-0.7.1" -S="${WORKDIR}/${P}" - src_unpack() { unpack ${A} ; cd ${S} |