diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 04:25:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 04:25:06 +0000 |
commit | fe5d224c2a68f690bda65f1483643fa2ac84c631 (patch) | |
tree | 1284a5434d00a4c3dc099b4e18e499f7a3ddfe0c /net/SSLtelnet | |
parent | Host the distfile myself since the other two sites are non-fetchable right (diff) |
Host the distfile myself since the master site seems to no longer carry it.
Diffstat (limited to 'net/SSLtelnet')
-rw-r--r-- | net/SSLtelnet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index c8669f9387bb..e5818bc0c664 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -7,7 +7,9 @@ PORTNAME= SSLtelnet PORTVERSION= 0.13 CATEGORIES= net security -MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ +MASTER_SITE_SUBDIR= kris MAINTAINER= issei@jp.FreeBSD.org |