summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:09:14 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:09:14 +0000
commita8c014d680b25bfbb861681278282b8324c32e98 (patch)
tree23e206a6a854300bd92d73328d9377602a4fb44f /net-misc/nc6
parentdon't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff)
downloadhistorical-a8c014d680b25bfbb861681278282b8324c32e98.tar.gz
historical-a8c014d680b25bfbb861681278282b8324c32e98.tar.bz2
historical-a8c014d680b25bfbb861681278282b8324c32e98.zip
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/nc6')
-rw-r--r--net-misc/nc6/nc6-0.5.ebuild3
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