diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-12 16:22:37 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-12 16:22:37 +0000 |
commit | 7087d2fa03703d246e58f4bfdfa6b22c43bc8318 (patch) | |
tree | d1cb50686128c19c331dfbb67172654444b063e2 /ftp | |
parent | a4c5af3bc8b51960293712663427d5d4005c283a (diff) | |
download | FreeBSD-ports-7087d2fa03703d246e58f4bfdfa6b22c43bc8318.zip FreeBSD-ports-7087d2fa03703d246e58f4bfdfa6b22c43bc8318.tar.gz |
Update the description to reflect that gFTP is sftp capable
PR: 51645
Approved by: alex (mentor)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/gftp/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index aa2e74f..bbf59a1 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://gftp.seul.org/ \ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= oliver@freebsd.org -COMMENT= A free multithreaded GTK based ftp client +COMMENT= A free multithreaded GTK-based GUI ftp and sftp client GNU_CONFIGURE= yes diff --git a/ftp/gftp/pkg-descr b/ftp/gftp/pkg-descr index fee568c..4e9f0db 100644 --- a/ftp/gftp/pkg-descr +++ b/ftp/gftp/pkg-descr @@ -1,4 +1,4 @@ -gFTP is a free multithreaded ftp client for *NIX based machines. +gFTP is a free multithreaded ftp and sftp client for *NIX based machines. It has the following features: Distributed under the terms of the GNU Public License Agreement Written in C and Can use GTK+ 1.2.x+ or GTK 2.x for the GUI (or text mode) |