diff options
Diffstat (limited to 'net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild')
-rw-r--r-- | net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild b/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild index 704f842b5..fda7e6d5d 100644 --- a/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild +++ b/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="bbFTP is a file transfer software. It implements its own transfer protocol, which is optimized for large files (larger than 2GB) and secure as it does not read the password in a file and encrypts the connection information." +DESCRIPTION="Secure file transfer software with its own transfer protocol optimized for files larger than 2GB" HOMEPAGE="http://doc.in2p3.fr/bbftp/" SRC_URI="http://doc.in2p3.fr/bbftp/dist/${P}.tar.gz" @@ -30,4 +30,3 @@ src_install() { dodoc ../doc/* doman ../doc/bbftp.1 } - |