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-18 | |
parent | 3e269e8fe7170c9c7537e3b440f7092d6a1d6ea1 (diff) | |
download | freebsd-ports-6b745d8b4045b09eed7aa9ba2f56da15b1719441.zip |
- Make fetchable again
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 52eae99949e8..593998977282 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/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) |