diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-09-04 05:55:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-09-04 05:55:41 +0000 |
commit | 4e06007a276a775a5c98744210cfa5b6daf6279c (patch) | |
tree | b76b71e784b66d04f51d97286055e0e69ba7473a | |
parent | 1b47c844f3290dd45d9917a89a6d0838f4e338b1 (diff) | |
download | ports-4e06007a276a775a5c98744210cfa5b6daf6279c.tar.gz ports-4e06007a276a775a5c98744210cfa5b6daf6279c.zip |
Notes
-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 41e2dd1964cb..f84a4705417d 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 |