diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:09:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:09:14 +0000 |
commit | 12d33986cc7e66ced3363c9934c14b7cc3ad039b (patch) | |
tree | 5b67cb9f244f3b72c00fa8fd42cd45e2ed8adc93 /net-misc/nc6 | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-12d33986cc7e66ced3363c9934c14b7cc3ad039b.tar.gz gentoo-2-12d33986cc7e66ced3363c9934c14b7cc3ad039b.tar.bz2 gentoo-2-12d33986cc7e66ced3363c9934c14b7cc3ad039b.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/nc6')
-rw-r--r-- | net-misc/nc6/nc6-0.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/nc6/nc6-0.5.ebuild b/net-misc/nc6/nc6-0.5.ebuild index c1b45b2a30ae..75c899aceb72 100644 --- a/net-misc/nc6/nc6-0.5.ebuild +++ b/net-misc/nc6/nc6-0.5.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/nc6/nc6-0.5.ebuild,v 1.4 2004/06/24 23:57:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nc6/nc6-0.5.ebuild,v 1.5 2004/07/15 03:05:34 agriffis Exp $ DESCRIPTION="Version of netcat that supports both IPv6 and IPv4" HOMEPAGE="http://netcat6.sourceforge.net" @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="x86" IUSE="nls" DEPEND="" -S=${WORKDIR}/${P} src_compile() { econf `use_enable nls` || die |