diff options
author | 2004-03-21 12:09:10 +0000 | |
---|---|---|
committer | 2004-03-21 12:09:10 +0000 | |
commit | 02c0efe4ee6cd3bdcc03dcfbe9606bf4ebdf31de (patch) | |
tree | f78242669debf9e5a519a41b65439c7d5d260317 /net-analyzer/honeyd/honeyd-0.8.ebuild | |
parent | QA: IUSE variable was missing, unnecessary definition of S removed. (diff) | |
download | historical-02c0efe4ee6cd3bdcc03dcfbe9606bf4ebdf31de.tar.gz historical-02c0efe4ee6cd3bdcc03dcfbe9606bf4ebdf31de.tar.bz2 historical-02c0efe4ee6cd3bdcc03dcfbe9606bf4ebdf31de.zip |
QA: Unnecessary definition of S removed.
Diffstat (limited to 'net-analyzer/honeyd/honeyd-0.8.ebuild')
-rw-r--r-- | net-analyzer/honeyd/honeyd-0.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/honeyd/honeyd-0.8.ebuild b/net-analyzer/honeyd/honeyd-0.8.ebuild index 5d74b668b47b..4a50d2146e04 100644 --- a/net-analyzer/honeyd/honeyd-0.8.ebuild +++ b/net-analyzer/honeyd/honeyd-0.8.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.8.ebuild,v 1.2 2004/03/13 11:25:54 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.8.ebuild,v 1.3 2004/03/21 12:09:10 mboman Exp $ inherit eutils @@ -18,8 +18,6 @@ DEPEND=">=dev-libs/libdnet-1.7 >=dev-libs/libevent-0.6 >=net-libs/libpcap-0.7.1" -S="${WORKDIR}/${P}" - src_unpack() { unpack ${A} ; cd ${S} |