diff options
author | 2003-09-07 00:12:26 +0000 | |
---|---|---|
committer | 2003-09-07 00:12:26 +0000 | |
commit | c83833f70d02b4247bfb68e704a5b954f242a777 (patch) | |
tree | a8c8cc6d41ed8249aba191c94ea6569e78c71605 /net-ftp/ftp/ftp-0.17-r3.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-c83833f70d02b4247bfb68e704a5b954f242a777.tar.gz historical-c83833f70d02b4247bfb68e704a5b954f242a777.tar.bz2 historical-c83833f70d02b4247bfb68e704a5b954f242a777.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-ftp/ftp/ftp-0.17-r3.ebuild')
-rw-r--r-- | net-ftp/ftp/ftp-0.17-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/ftp/ftp-0.17-r3.ebuild b/net-ftp/ftp/ftp-0.17-r3.ebuild index e5316a2a07db..294a5d3b2769 100644 --- a/net-ftp/ftp/ftp-0.17-r3.ebuild +++ b/net-ftp/ftp/ftp-0.17-r3.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/net-ftp/ftp/ftp-0.17-r3.ebuild,v 1.7 2003/08/08 09:12:44 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r3.ebuild,v 1.8 2003/09/07 00:12:23 msterret Exp $ IUSE="ssl" @@ -25,20 +25,20 @@ DEPEND=">=sys-apps/sed-4 src_unpack() { unpack ${A} cd ${S} - + if [ "`use ssl`" ]; then epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff epatch ${FILESDIR}/${MY_P}+ssl-0.2+auth.diff fi } -src_compile() { +src_compile() { ./configure --prefix=/usr || die sed -i "s:-pipe -O2:${CFLAGS}:" MCONFIG emake || die } -src_install() { +src_install() { into /usr dobin ftp/ftp doman ftp/ftp.1 ftp/netrc.5 |