diff options
author | ache <ache@FreeBSD.org> | 1996-07-18 03:19:10 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-07-18 03:19:10 +0800 |
commit | ef490943d293cf4624ac4d169650d4731fb7d372 (patch) | |
tree | e91a27e518b6e7ecb20ca3d1e8855fb6df51028c /security | |
parent | 87bafe76fc57eef2efaec8dfe7cfd1adb6708976 (diff) | |
download | freebsd-ports-gnome-ef490943d293cf4624ac4d169650d4731fb7d372.tar.gz freebsd-ports-gnome-ef490943d293cf4624ac4d169650d4731fb7d372.tar.zst freebsd-ports-gnome-ef490943d293cf4624ac4d169650d4731fb7d372.zip |
Use += for USA_RESIDENT MASTER_SITES
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 5 | ||||
-rw-r--r-- | security/ssh2/Makefile | 5 |
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/ \ |