diff options
author | wiz <wiz> | 2016-04-24 10:34:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-04-24 10:34:43 +0000 |
commit | 10b9f52c992745b9a244ac5e892bc21f7533566b (patch) | |
tree | 7718e1db77a59b6b461f5b78554865c0110a915d /benchmarks/fib/Makefile | |
parent | 23d78dd057787185a0fc4e519aefdaaebdb9ea50 (diff) | |
download | pkgsrc-10b9f52c992745b9a244ac5e892bc21f7533566b.tar.gz |
sunet.se stopped mirroring lots of stuff, remove/comment out references to it
Diffstat (limited to 'benchmarks/fib/Makefile')
-rw-r--r-- | benchmarks/fib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index f2c13c739de..2342de3246a 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $ DISTNAME= fib.c PKGNAME= fib-980203 CATEGORIES= benchmarks -MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/fib/ -EXTRACT_SUFX= #empty +MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/fib/ +EXTRACT_SUFX= #empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mathematical benchmark |