diff options
-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 |