diff options
author | archie <archie@FreeBSD.org> | 1999-02-03 06:57:16 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1999-02-03 06:57:16 +0000 |
commit | ffd834056ff21ce14c24ecbb908e91436d344203 (patch) | |
tree | 07a9ac3986990f3d31f17756056e4402709d4309 /security | |
parent | 35936b1202fbf11a971d69b1b2f410973557778e (diff) | |
download | FreeBSD-ports-ffd834056ff21ce14c24ecbb908e91436d344203.zip FreeBSD-ports-ffd834056ff21ce14c24ecbb908e91436d344203.tar.gz |
Add a secondary master site (hmm, that sounds funny..)
Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za>
Diffstat (limited to 'security')
-rw-r--r-- | security/skip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile index 72feab8..247bfc9 100644 --- a/security/skip/Makefile +++ b/security/skip/Makefile @@ -3,7 +3,7 @@ # Date created: 26 November 1997 # Whom: Archie L. Cobbs <archie@whistle.com> # -# $Id: Makefile,v 1.3 1998/09/21 22:15:58 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/17 03:27:52 archie Exp $ DISTNAME= skip-1.0 CATEGORIES= security @@ -12,7 +12,8 @@ CATEGORIES= security # http://skip.incog.com/src-form.html # The site below is outside of the U.S. -MASTER_SITES= ftp://ftp.replay.com/pub/replay/crypto/APPS/skip/ +MASTER_SITES= ftp://ftp.asfkasdf.com/pub/replay/crypto/APPS/skip/ \ + ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ DISTFILES= skipsrc-1.0.tar.Z EXTRACT_SUFX= tar.Z |