diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-03-08 17:23:50 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-03-08 17:23:50 +0800 |
commit | b95dd70028a079cd0df0c2de3218f898937abc28 (patch) | |
tree | e1e3a919564de3a67b13c40c1149bebb252101dd /science/hdf5/Makefile | |
parent | ab63ac669f7d8b7808e751468e0dd9fa6e6db9a8 (diff) | |
download | freebsd-ports-gnome-b95dd70028a079cd0df0c2de3218f898937abc28.tar.gz freebsd-ports-gnome-b95dd70028a079cd0df0c2de3218f898937abc28.tar.zst freebsd-ports-gnome-b95dd70028a079cd0df0c2de3218f898937abc28.zip |
- Add mirror.
(due to the maximum ftp.hdfgroup.org number of allowed clients is 20.)
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r-- | science/hdf5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 61853665ce0d..a7f204b5a215 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/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) |