summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/ftp/ftp-0.17-r3.ebuild')
-rw-r--r--net-ftp/ftp/ftp-0.17-r3.ebuild8
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