diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-24 17:59:53 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-24 17:59:53 +0800 |
commit | ca965dce4a3ea65d648f6c3740ab3293d1da80bb (patch) | |
tree | fdc2c9c04b5193a0c0db8b42bacac4858e723655 /ftp/hsftp | |
parent | bd5d11ef5a5d68d138d993f6978ad6dd2d822d9a (diff) | |
download | freebsd-ports-gnome-ca965dce4a3ea65d648f6c3740ab3293d1da80bb.tar.gz freebsd-ports-gnome-ca965dce4a3ea65d648f6c3740ab3293d1da80bb.tar.zst freebsd-ports-gnome-ca965dce4a3ea65d648f6c3740ab3293d1da80bb.zip |
- Request Maintainership
- Added mirror
- Petted portlint
PR: 99395
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
Diffstat (limited to 'ftp/hsftp')
-rw-r--r-- | ftp/hsftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 50e70bdc3992..ca9b60ca5072 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -8,9 +8,10 @@ PORTNAME= hsftp PORTVERSION= 1.15 CATEGORIES= ftp -MASTER_SITES= http://la-samhna.de/hsftp/ +MASTER_SITES= http://la-samhna.de/hsftp/ \ + http://www.alaskaparadise.com/freebsd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= FTP emulator that uses ssh to transport commands/data GNU_CONFIGURE= yes |