diff options
author | wiz <wiz> | 2002-04-16 07:39:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-16 07:39:03 +0000 |
commit | 03198fbf25a8a2efafb10d1758dcd59b3cdec523 (patch) | |
tree | 54e7e599c420c73010ac1cfdfe695b9ca8d08bf1 /benchmarks | |
parent | 05f794e6f8fd20556da63b26bf07e3b42feed6a5 (diff) | |
download | pkgsrc-03198fbf25a8a2efafb10d1758dcd59b3cdec523.tar.gz |
Update MASTER_SITES and HOMEPAGE, as noted by Ray Phillips.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index b775fd1e7f8..17833a7a7a7 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2001/04/09 11:45:35 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/04/16 07:39:03 wiz Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math -MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/benchfft/ ftp://theory.lcs.mit.edu/pub/fftw/ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/benchfft/ \ + ftp://ftp.fftw.org/pub/fftw/old/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fftw-2.0.1${EXTRACT_SUFX} MAINTAINER= root@garbled.net -HOMEPAGE= http://theory.lcs.mit.edu/~benchfft/download.html +HOMEPAGE= http://www.fftw.org/benchfft/ COMMENT= Benchmark your machine with a number of FFT algorithims GNU_CONFIGURE= yes |