diff options
author | obache <obache@pkgsrc.org> | 2008-07-27 09:05:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-27 09:05:05 +0000 |
commit | f6d3ee95b4a760801f6a2e43442541e31cfb5272 (patch) | |
tree | 9b3896730beaf31a07fb9b2a96ad050472b3c90d /benchmarks | |
parent | f270e85cda3aa00c30c9593184718124053ab841 (diff) | |
download | pkgsrc-f6d3ee95b4a760801f6a2e43442541e31cfb5272.tar.gz |
MASTER_SITES does not have distfiles anymore, commented out.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flops/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/xengine/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index 0d4011afbd5..9ca109c210a 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/27 09:05:05 obache Exp $ DISTNAME= flops PKGNAME= flops-2.0 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.nosc.mil/pub/aburto/flops/ +MASTER_SITES= # ftp://ftp.nosc.mil/pub/aburto/flops/ DISTFILES= ${DISTNAME}.c ${DISTNAME}.doc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index c83629f127c..0f9cb56d404 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/07/27 09:09:51 obache Exp $ DISTNAME= xengine-1.0.1 PKGREVISION= 3 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ +MASTER_SITES= #ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/ DISTFILES= part01.z patch1.z MAINTAINER= pkgsrc-users@NetBSD.org |