diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:45:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:45:50 +0000 |
commit | 38478c084c072498c9e1bc79f024c751f380a4ad (patch) | |
tree | e8614fc087c613534006c90a065aa945c9290670 /net-misc/stone | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-38478c084c072498c9e1bc79f024c751f380a4ad.tar.gz historical-38478c084c072498c9e1bc79f024c751f380a4ad.tar.bz2 historical-38478c084c072498c9e1bc79f024c751f380a4ad.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/stone')
-rw-r--r-- | net-misc/stone/stone-2.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/stone/stone-2.2.ebuild b/net-misc/stone/stone-2.2.ebuild index 32fd0f7fd652..599c6f5822c2 100644 --- a/net-misc/stone/stone-2.2.ebuild +++ b/net-misc/stone/stone-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2.ebuild,v 1.5 2004/07/01 21:58:53 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2.ebuild,v 1.6 2004/07/15 03:37:48 agriffis Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -14,8 +14,6 @@ IUSE="ssl" DEPEND="virtual/libc ssl? ( dev-libs/openssl )" -S=${WORKDIR}/${P} - src_compile() { if use ssl ; then emake \ |