diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | 57ae1c8ff364c122b12372c38bb50d5a652487a9 (patch) | |
tree | 621866def4e0dd6febc32b6be3c0156f9ebe6579 /app-misc/tkpasman/tkpasman-2.2.ebuild | |
parent | whitespace cleanup (diff) | |
download | historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.gz historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.bz2 historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/tkpasman/tkpasman-2.2.ebuild')
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tkpasman/tkpasman-2.2.ebuild b/app-misc/tkpasman/tkpasman-2.2.ebuild index a70073f4e1e7..eba79def05bb 100644 --- a/app-misc/tkpasman/tkpasman-2.2.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2.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.2.ebuild,v 1.3 2003/07/11 19:30:24 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2.ebuild,v 1.4 2003/09/05 12:10:36 msterret Exp $ MY_P="TkPasMan-${PV}" @@ -21,7 +21,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) src_unpack() { unpack ${A} - cd ${S} + cd ${S} cp config config.old use ssl || sed "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config.old >config |