diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
commit | 08436d780099b5b9549d412fe146fb0733c19412 (patch) | |
tree | 57c7b4356218a4d97ed53fd405be7ef822e2bde2 /benchmarks | |
parent | - Use MASTER_SITE_AFTERSTEP to MASTER_SITES (diff) |
- Use MASTER_SITE_SUNSITE to MASTER_SITES
PR: 19496
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ubench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile index 5f6e23db4c06..330f405fb09b 100644 --- a/benchmarks/ubench/Makefile +++ b/benchmarks/ubench/Makefile @@ -8,8 +8,8 @@ PORTNAME= ubench PORTVERSION= 0.31 CATEGORIES= benchmarks -MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/system/benchmark/ \ - http://linuxberg.concepts.nl/files/console/system/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/benchmark MAINTAINER= leeym@cae.ce.ntu.edu.tw |