diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-05-06 15:03:41 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-05-06 15:03:41 +0000 |
commit | 7a4ac6b1f2c6cbf3089ae16a3cc45572734eed9e (patch) | |
tree | 7aa65dd36d4bc814decc68764c0c2f257a70f090 /net/cvsup | |
parent | 2d81f85bc8305c7fa98440c3724a09b11ef7cb86 (diff) |
Fix the master site, which has moved from freefall to hub. Add the
German mirror site and the other US site as well.
Notes
Notes:
svn path=/head/; revision=6420
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index a0047f51ced4..c9d761503de1 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,12 +3,14 @@ # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.16 1997/01/08 00:20:20 jdp Exp $ +# $Id: Makefile,v 1.17 1997/01/16 03:27:25 jdp Exp $ # DISTNAME= cvsup-14.1.1 CATEGORIES= devel net -MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ +MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ + ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ MAINTAINER= jdp@FreeBSD.org |