diff options
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 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) |