diff options
author | cy <cy@FreeBSD.org> | 2003-02-12 13:49:13 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-02-12 13:49:13 +0800 |
commit | dcaf8e695ec3193ed787318b4c8aa8ae617fd7bc (patch) | |
tree | ae8b693ccb557e327d7831281f6999a7a822d1f5 /ftp | |
parent | 472629495f837e93dc28407eda49ed28e02eec45 (diff) | |
download | freebsd-ports-gnome-dcaf8e695ec3193ed787318b4c8aa8ae617fd7bc.tar.gz freebsd-ports-gnome-dcaf8e695ec3193ed787318b4c8aa8ae617fd7bc.tar.zst freebsd-ports-gnome-dcaf8e695ec3193ed787318b4c8aa8ae617fd7bc.zip |
Add MASTER_SITE
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/sftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index aa36fb14ff9b..72be3adce668 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -8,7 +8,8 @@ PORTNAME= sftp PORTVERSION= 0.9.9 CATEGORIES= ftp security -MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/old/ +MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/old/ \ + http://www.komquats.com/distfiles/ MAINTAINER= cy@FreeBSD.org |