diff options
author | kris <kris@FreeBSD.org> | 2000-09-22 04:25:06 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-22 04:25:06 +0000 |
commit | 520d8c06c601caa1d1531f894fe18a22aa4c3d3d (patch) | |
tree | a317e6e1c5059d1eb39c3716001782af1b741a5e /net/SSLtelnet | |
parent | 916fa0b75fc6c6fc8157480398add644724068d7 (diff) | |
download | FreeBSD-ports-520d8c06c601caa1d1531f894fe18a22aa4c3d3d.zip FreeBSD-ports-520d8c06c601caa1d1531f894fe18a22aa4c3d3d.tar.gz |
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 c8669f9..e5818bc 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 |