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