diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-03-08 09:23:50 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-03-08 09:23:50 +0000 |
commit | 5ed4b0e727812d12363eaa5cd9b3d70de24a4e01 (patch) | |
tree | 794021d4e4bf83b4a53db5d5c6cf35ab115977bd /science/hdf5-18 | |
parent | fb3c675b776f4e3ac9ff38c0cc2d817ee3b3cb75 (diff) | |
download | freebsd-ports-5ed4b0e727812d12363eaa5cd9b3d70de24a4e01.zip |
- Add mirror.
(due to the maximum ftp.hdfgroup.org number of allowed clients is 20.)
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 61853665ce0d..a7f204b5a215 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -11,7 +11,8 @@ PORTVERSION= 1.6.7 CATEGORIES= science archivers graphics MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/ \ ftp://ftp.hdfgroup.org/HDF5/prev-releases/ \ - ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/ + ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/ \ + LOCAL/chinsan MAINTAINER= koziol@hdfgroup.org COMMENT= Hierarchical Data Format library (from NCSA) |