diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-15 09:34:46 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-15 09:34:46 +0800 |
commit | 6c77c42a285f70c38251838342114f7147c896f3 (patch) | |
tree | 652202adb535be85dba94f43ad1ea441853b0fa4 /math | |
parent | 90f8cb1d835b8286ea098dad760e93ed2f866898 (diff) | |
download | freebsd-ports-gnome-6c77c42a285f70c38251838342114f7147c896f3.tar.gz freebsd-ports-gnome-6c77c42a285f70c38251838342114f7147c896f3.tar.zst freebsd-ports-gnome-6c77c42a285f70c38251838342114f7147c896f3.zip |
- Remove a few MASTER_SITES that don't carry fftw3
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 9a2349fadf24..64d250181b49 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -10,9 +10,7 @@ PORTVERSION= 3.0.1 PORTREVISION?= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - http://www.fftw.org/ \ - ftp://theory.lcs.mit.edu/pub/fftw/ \ - ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ + http://www.fftw.org/ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} DISTNAME= fftw-${PORTVERSION} |