diff options
author | thierry <thierry@FreeBSD.org> | 2007-01-17 14:42:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-01-17 14:42:38 +0800 |
commit | f018ee2e45b60f858747b691f07bd7597642b2e3 (patch) | |
tree | a2ddbe1088319a717a2f5defd943b40799bfc1fa /science/cdf | |
parent | fc8cf9923208ff7b106411fb5ca98845ff033050 (diff) | |
download | freebsd-ports-gnome-f018ee2e45b60f858747b691f07bd7597642b2e3.tar.gz freebsd-ports-gnome-f018ee2e45b60f858747b691f07bd7597642b2e3.tar.zst freebsd-ports-gnome-f018ee2e45b60f858747b691f07bd7597642b2e3.zip |
Master_sites are often down, mirror distfiles locally.
Reported by: pointyhat via Kris
Diffstat (limited to 'science/cdf')
-rw-r--r-- | science/cdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 99d2a66d915a..a26f479da9af 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -9,8 +9,10 @@ PORTNAME= cdf3 PORTVERSION= 3.1 PORTREVISION= 6 CATEGORIES= science -MASTER_SITES= ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ \ http://windsor.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ +MASTER_SITE_SUBDIR= thierry/${PKGNAME} DISTNAME= cdf${VER}-dist-cdf DIST_SUBDIR= ${PKGNAME} |