diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-02-12 05:49:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-02-12 05:49:13 +0000 |
commit | 8ddb65dc96471a0962290c588a21a5444ec246a2 (patch) | |
tree | 90d274c9659ee46b38850505191145bd6527213c /ftp | |
parent | devel/pear-PEAR: fixing deinstallation. (diff) |
Add MASTER_SITE
Notes
Notes:
svn path=/head/; revision=75345
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 |