diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-18 16:11:34 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-18 16:11:34 +0000 |
commit | 303161a0ebf35e14e6a72aabfab467e2b58e86e0 (patch) | |
tree | 27078f5c1a452ebd5260b7fdd07ba6338a5ec0e1 /math/fftw3 | |
parent | 85228d9f129632b724d4bbb1d05af11433098eed (diff) |
Notes
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 4 | ||||
-rw-r--r-- | math/fftw3/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 5b470c798f64..ea8eb51fdf95 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -6,8 +6,8 @@ PORTNAME= fftw3 PORTVERSION= 3.3.3 PORTREVISION?= 1 CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - ftp://ftp.fftw.org/pub/fftw/old/ +MASTER_SITES= http://www.fftw.org/ \ + ftp://ftp.fftw.org/pub/fftw/ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} DISTNAME= fftw-${PORTVERSION} diff --git a/math/fftw3/pkg-descr b/math/fftw3/pkg-descr index 2fadd6bd88ca..54f6e50615c5 100644 --- a/math/fftw3/pkg-descr +++ b/math/fftw3/pkg-descr @@ -13,4 +13,4 @@ track of users and send you information about new releases. The latest version of FFTW, benchmarks, links, and other information can be found at the FFTW home page. -WWW: http://www.fftw.org/ +WWW: http://www.fftw.org/ |