diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 655e015c261..84ea72b0ecd 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:13:12 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/11/01 15:07:51 wiz Exp $ DISTNAME= benchfft-2.0 PKGREVISION= 1 CATEGORIES= benchmarks math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/benchfft/ \ - ftp://ftp.fftw.org/pub/fftw/old/ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + ftp://ftp.fftw.org/pub/fftw/old/benchfft/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fftw-2.0.1${EXTRACT_SUFX} MAINTAINER= root@garbled.net |