diff options
author | fenner <fenner@FreeBSD.org> | 1997-05-28 22:35:17 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-05-28 22:35:17 +0000 |
commit | 0539fad246228163dec22bd6afebd4bbf9609b29 (patch) | |
tree | c41876caf7b7c0bf1527067055afd2c7478e768b /sysutils/xcpustate | |
parent | 0bafef1ec5b4574862a38c41994b43014b124b4d (diff) | |
download | FreeBSD-ports-0539fad246228163dec22bd6afebd4bbf9609b29.zip FreeBSD-ports-0539fad246228163dec22bd6afebd4bbf9609b29.tar.gz |
Fix a couple of master_site paths.
Found by: distfile checker
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index 634a5fc..41e2dd1 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -3,16 +3,16 @@ # Date created: 31-Dec-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.5 1996/12/10 05:58:15 asami Exp $ +# $Id: Makefile,v 1.6 1997/03/27 05:07:57 obrien 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/Vendors/sun/sun-faq/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/xcpustate +MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@cs.ucdavis.edu |