diff options
author | zafer <zafer> | 2009-05-16 20:21:17 +0000 |
---|---|---|
committer | zafer <zafer> | 2009-05-16 20:21:17 +0000 |
commit | aeb8d426ee2a308980a893a6b22e3f05f8be767f (patch) | |
tree | 0afc8d33b6996a5c2a3dab1e385695d111d64306 /benchmarks | |
parent | df64f58d8ac0e7c6b3811f275356153edfcebf0d (diff) | |
download | pkgsrc-aeb8d426ee2a308980a893a6b22e3f05f8be767f.tar.gz |
update master site.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dhrystone/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/fib/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile index 5727615847c..6aac13ce7fa 100644 --- a/benchmarks/dhrystone/Makefile +++ b/benchmarks/dhrystone/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/16 20:21:17 zafer Exp $ DISTNAME= dhry2.1 PKGNAME= dhrystone-2.1 CATEGORIES= benchmarks -MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/ +MASTER_SITES= ftp://ftp.planix.com/pub/mirror/ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index dcbb6f2bd68..de7ae0e8b87 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/16 20:29:55 zafer Exp $ DISTNAME= fib.c PKGNAME= fib-980203 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.nosc.mil/pub/aburto/fib/ +MASTER_SITES= ftp://ftp.kreonet.re.kr/tools/benchmark/aburto/fib/ EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org |