diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-17 06:42:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-17 06:42:38 +0000 |
commit | c07741ccf4ba4359bd2ab9f877a714e1b758de73 (patch) | |
tree | 58b987c98dcbd42dfa9a3624e35f0db0790df555 /science/cdf | |
parent | 304aafb4ff5d71bcdfacdf26cccfc72597a23079 (diff) | |
download | ports-c07741ccf4ba4359bd2ab9f877a714e1b758de73.tar.gz ports-c07741ccf4ba4359bd2ab9f877a714e1b758de73.zip |
Notes
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} |