diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:05:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:05:35 +0000 |
commit | f3f151e56e67e06111f839fb2d034bef9a5eed66 (patch) | |
tree | 079c14e572b996b34d0f325e40ba542fa782f7d8 /net/SSLtelnet | |
parent | 379eb115c5f03404b5828d6faf2e05af1544933d (diff) | |
download | ports-f3f151e56e67e06111f839fb2d034bef9a5eed66.tar.gz ports-f3f151e56e67e06111f839fb2d034bef9a5eed66.zip |
Notes
Diffstat (limited to 'net/SSLtelnet')
-rw-r--r-- | net/SSLtelnet/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index 69a5cec38182..6b048fee9146 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -8,8 +8,12 @@ PORTNAME= SSLtelnet PORTVERSION= 0.13 PORTREVISION= 1 CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ +MASTER_SITES= http://munitions2.xs4all.nl/software/network/ssl/applications/ \ + http://ftp.vc-graz.ac.at/mirror/crypto/ssl/SSLapps/ \ + http://munitions.hands.com/software/network/ssl/applications/ \ + http://munitions.ketelhot.de/software/network/ssl/applications/ \ + http://opensores.thebunker.net/pub/mirrors/SSLapps/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kris MAINTAINER= ports@FreeBSD.org |