diff options
author | 2001-06-23 23:17:47 +0000 | |
---|---|---|
committer | 2001-06-23 23:17:47 +0000 | |
commit | 63fa2106ed7e514710d989d81ffe7e2380584f7a (patch) | |
tree | 7956b546516f4efdc003b1f9e5d6c66a75617726 /net-ftp | |
parent | Images for the Gentoo Desktop Howto. (diff) | |
download | historical-63fa2106ed7e514710d989d81ffe7e2380584f7a.tar.gz historical-63fa2106ed7e514710d989d81ffe7e2380584f7a.tar.bz2 historical-63fa2106ed7e514710d989d81ffe7e2380584f7a.zip |
Fixed ftp protocol error and upgraded
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/files/digest-lftp-2.3.11 | 1 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.3.11.ebuild (renamed from net-ftp/lftp/lftp-2.3.10.ebuild) | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/lftp/files/digest-lftp-2.3.11 b/net-ftp/lftp/files/digest-lftp-2.3.11 new file mode 100644 index 000000000000..8355ec1041e7 --- /dev/null +++ b/net-ftp/lftp/files/digest-lftp-2.3.11 @@ -0,0 +1 @@ +MD5 f67a0dc877f892fa6c1eedbbc1520c66 lftp-2.3.11.tar.bz2 diff --git a/net-ftp/lftp/lftp-2.3.10.ebuild b/net-ftp/lftp/lftp-2.3.11.ebuild index 99609490399c..416866140a45 100644 --- a/net-ftp/lftp/lftp-2.3.10.ebuild +++ b/net-ftp/lftp/lftp-2.3.11.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.10.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -32,8 +31,8 @@ src_compile() { export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}" export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" - try ./configure --prefix=/usr --sysconfdir=/etc/lftp --mandir=/usr/share/man --with-modules $myconf - try make + try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-modules --mandir=/usr/share/man $myconf + try pmake } src_install() { |