diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 15:15:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 15:15:35 +0000 |
commit | a05595b63a110f15ccde1e05ed4f3d915ba153c6 (patch) | |
tree | ccbf8edcbffc99a393397f33bba15cad1ead7d76 /math/fftw3 | |
parent | d78770d667fa159a512e3aad41e69a0802c17558 (diff) |
Notes
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 7b81b53578b0..e538f75d8599 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -9,8 +9,8 @@ PORTNAME= fftw3 PORTVERSION= 3.1.3 PORTREVISION?= 0 CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - http://www.fftw.org/ +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + ftp://ftp.fftw.org/pub/fftw/old/ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} DISTNAME= fftw-${PORTVERSION} |