aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-22 04:25:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-22 04:25:06 +0000
commitfe5d224c2a68f690bda65f1483643fa2ac84c631 (patch)
tree1284a5434d00a4c3dc099b4e18e499f7a3ddfe0c
parent3ea1943370f07a4419ad420af116cc2e9526e336 (diff)
downloadports-fe5d224c2a68f690bda65f1483643fa2ac84c631.tar.gz
ports-fe5d224c2a68f690bda65f1483643fa2ac84c631.zip
Host the distfile myself since the master site seems to no longer carry it.
Notes
Notes: svn path=/head/; revision=32964
-rw-r--r--net/SSLtelnet/Makefile4
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