summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-07-17 19:19:10 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-07-17 19:19:10 +0000
commitc48be169c3062fd9cb45d8bad7b0798427d974b5 (patch)
treefe0f19a00000b4935c055db3af7d6acb0fe73c11 /security
parentDelete $Id$. (diff)
Use += for USA_RESIDENT MASTER_SITES
Notes
Notes: svn path=/head/; revision=3397
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile5
-rw-r--r--security/ssh2/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index ae9baceed5a6..be5100f79727 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.27 1996/06/20 14:11:17 ache Exp $
+# $Id: Makefile,v 1.28 1996/07/16 00:33:10 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -25,8 +25,7 @@ LIB_DEPENDS= z\\.1\\.0:${PORTSDIR}/devel/libz
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz
-MASTER_SITES= \
- ftp://ftp.cs.hut.fi/pub/ssh/ \
+MASTER_SITES+= \
ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \
ftp://rzsun2.informatik.uni-hamburg.de/pub/virus/crypt/ripem/ \
ftp://ftp.dsi.unimi.it/pub/security/crypt/math/ \
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index ae9baceed5a6..be5100f79727 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.27 1996/06/20 14:11:17 ache Exp $
+# $Id: Makefile,v 1.28 1996/07/16 00:33:10 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -25,8 +25,7 @@ LIB_DEPENDS= z\\.1\\.0:${PORTSDIR}/devel/libz
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz
-MASTER_SITES= \
- ftp://ftp.cs.hut.fi/pub/ssh/ \
+MASTER_SITES+= \
ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \
ftp://rzsun2.informatik.uni-hamburg.de/pub/virus/crypt/ripem/ \
ftp://ftp.dsi.unimi.it/pub/security/crypt/math/ \