diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-24 09:59:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-24 09:59:53 +0000 |
commit | 9582a037cb1c1b9d1065763e64cc28f255a82e75 (patch) | |
tree | 5c27305e582691c487fa09bc1d99883d799a8445 /ftp/hsftp | |
parent | 808d84ed5b881cfc1310817cc653daee12ba68cc (diff) | |
download | ports-9582a037cb1c1b9d1065763e64cc28f255a82e75.tar.gz ports-9582a037cb1c1b9d1065763e64cc28f255a82e75.zip |
Notes
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 |