diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-25 22:11:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-25 22:11:34 +0000 |
commit | 6b745d8b4045b09eed7aa9ba2f56da15b1719441 (patch) | |
tree | c7778a05c02725ec4bbf6d4b105fb8cdec9f9765 /science/hdf5 | |
parent | - Make fetchable (diff) |
- Make fetchable again
Notes
Notes:
svn path=/head/; revision=207903
Diffstat (limited to 'science/hdf5')
-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 52eae99949e8..593998977282 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -9,7 +9,8 @@ PORTNAME= hdf5 PORTVERSION= 1.6.6 CATEGORIES= science archivers graphics -MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ +MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ \ + ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/ MAINTAINER= koziol@hdfgroup.org COMMENT= Hierarchical Data Format library (from NCSA) |