diff options
author | obrien <obrien@FreeBSD.org> | 1997-09-04 05:55:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-09-04 05:55:41 +0000 |
commit | 55eb4fcab3a04b9335f411bd3230a946ad9494cd (patch) | |
tree | 0052c871cbc10827331f1c59f575bc1bb94d015f | |
parent | 4bc480c3a9e360cc971e9667d6e5b4230ae12649 (diff) | |
download | FreeBSD-ports-55eb4fcab3a04b9335f411bd3230a946ad9494cd.zip FreeBSD-ports-55eb4fcab3a04b9335f411bd3230a946ad9494cd.tar.gz |
Switch around the MASTER_SITES.
Submitted by: Bill Fenner <fenner@parc.xerox.com>
-rw-r--r-- | sysutils/xcpustate/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index 41e2dd1..f84a470 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -3,14 +3,12 @@ # Date created: 31-Dec-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.6 1997/03/27 05:07:57 obrien Exp $ +# $Id: Makefile,v 1.7 1997/05/28 22:35:17 fenner Exp $ # DISTNAME= xcpustate-2.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/xcpustate/ \ - ftp://ftp.vector.co.za/pub/FAQS/FAQs/mirrors/ftp.cdf.toronto.edu/xcpustate/ \ - ftp://ftp.csie.nctu.edu.tw/pub/Vendors/sun/sun-faq/FAQs/mirrors/ftp.cdf.toronto.edu/xcpustate/ \ ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .shar.gz |