diff options
author | 2004-07-15 02:57:37 +0000 | |
---|---|---|
committer | 2004-07-15 02:57:37 +0000 | |
commit | b70d7bda8626454e1abe6b0aca08f13f5e29a106 (patch) | |
tree | f8661974d3edb070d18d0a37234a8335cd8f07f0 /net-misc/htun | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-b70d7bda8626454e1abe6b0aca08f13f5e29a106.tar.gz gentoo-2-b70d7bda8626454e1abe6b0aca08f13f5e29a106.tar.bz2 gentoo-2-b70d7bda8626454e1abe6b0aca08f13f5e29a106.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/htun')
-rw-r--r-- | net-misc/htun/htun-0.9.5.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/htun/htun-0.9.5.ebuild b/net-misc/htun/htun-0.9.5.ebuild index db2dd1252474..efc374072c17 100644 --- a/net-misc/htun/htun-0.9.5.ebuild +++ b/net-misc/htun/htun-0.9.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/htun/htun-0.9.5.ebuild,v 1.3 2004/07/01 21:08:51 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htun/htun-0.9.5.ebuild,v 1.4 2004/07/15 02:53:23 agriffis Exp $ DESCRIPTION="Project to tunnel IP traffic over HTTP" HOMEPAGE="http://htun.runslinux.net/" @@ -15,8 +15,6 @@ IUSE="" DEPEND="virtual/libc" RDEPEND="" -S=${WORKDIR}/${P} - src_compile() { |