diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:55:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:55:16 +0000 |
commit | 030679683f6d8025bd124c025318411409bb281d (patch) | |
tree | 4fbb2f7650a72f22f817e448e42a06281e7c5fe0 /net-misc/jumpgate | |
parent | sync IUSE (missing) (diff) | |
download | historical-030679683f6d8025bd124c025318411409bb281d.tar.gz historical-030679683f6d8025bd124c025318411409bb281d.tar.bz2 historical-030679683f6d8025bd124c025318411409bb281d.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-misc/jumpgate')
-rw-r--r-- | net-misc/jumpgate/jumpgate-0.7.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/jumpgate/jumpgate-0.7.ebuild b/net-misc/jumpgate/jumpgate-0.7.ebuild index 98056e7f45d2..f982b4df2edf 100644 --- a/net-misc/jumpgate/jumpgate-0.7.ebuild +++ b/net-misc/jumpgate/jumpgate-0.7.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jumpgate/jumpgate-0.7.ebuild,v 1.5 2004/06/24 23:51:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jumpgate/jumpgate-0.7.ebuild,v 1.6 2004/07/15 02:54:53 agriffis Exp $ DESCRIPTION="An advanced TCP connection forwarder." HOMEPAGE="http://jumpgate.sourceforge.net" SRC_URI="http://jumpgate.sourceforge.net/${P}.tar.gz" LICENSE="as-is" -S=${WORKDIR}/${P} SLOT="0" KEYWORDS="x86 amd64" @@ -18,4 +17,3 @@ src_install() { make install install_prefix=${D} || die dodoc README ChangeLog } - |