diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | a913575f3789572a76e98d53c68e9e511b479d7f (patch) | |
tree | 78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/tkpasman/tkpasman-2.2a.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2 gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/tkpasman/tkpasman-2.2a.ebuild')
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tkpasman/tkpasman-2.2a.ebuild b/app-misc/tkpasman/tkpasman-2.2a.ebuild index afe6a0832122..13a448f53161 100644 --- a/app-misc/tkpasman/tkpasman-2.2a.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.1 2003/07/19 13:25:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $ MY_P="TkPasMan-${PV}" @@ -21,7 +21,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) >=dev-lang/tcl-8.3" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} ; cd ${S} use ssl || sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config } |