diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:38:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:38:39 +0000 |
commit | b41edba7c5a4718aedf6339e093f067d5cfe96ab (patch) | |
tree | 7079dfb6d42d45fa8897736a9d3c5c99cb1a12f6 /net-misc/tlsproxyd | |
parent | sync IUSE (+nokernelsupport) (Manifest recommit) (diff) | |
download | gentoo-2-b41edba7c5a4718aedf6339e093f067d5cfe96ab.tar.gz gentoo-2-b41edba7c5a4718aedf6339e093f067d5cfe96ab.tar.bz2 gentoo-2-b41edba7c5a4718aedf6339e093f067d5cfe96ab.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-misc/tlsproxyd')
-rw-r--r-- | net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild b/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild index c2e4afdd7247..a9f90e70a9c2 100644 --- a/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild +++ b/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild,v 1.6 2004/07/01 22:04:38 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tlsproxyd/tlsproxyd-0.0.2.ebuild,v 1.7 2004/07/15 03:38:39 agriffis Exp $ -S=${WORKDIR}/${P} IUSE="" DESCRIPTION="An TLS Tunneling Tool." SRC_URI="http://www.ex-parrot.com/~chris/tlsproxyd/${P}.tar.gz" @@ -28,4 +27,3 @@ pkg_postinst() { einfo "Please create /etc/tlsproxyd/tlsproxyd.conf to fit your Configuration" einfo "init Script not included in this distribution. Shouldnt be to hard to create one on your own!" } - |