diff options
author | maho <maho@FreeBSD.org> | 2009-08-14 08:30:09 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-08-14 08:30:09 +0000 |
commit | 52201dfc36c40b26f2ae66c48ae5bdf33333c949 (patch) | |
tree | 020c7882b8e3efa99743c3b87280862f29eed0ce | |
parent | 267e6d7cc3337b21fcc9c1a20eacf72592af8b02 (diff) | |
download | FreeBSD-ports-52201dfc36c40b26f2ae66c48ae5bdf33333c949.zip FreeBSD-ports-52201dfc36c40b26f2ae66c48ae5bdf33333c949.tar.gz |
make fetchable.
-rw-r--r-- | science/hdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index af0e313..9889a51 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -9,7 +9,8 @@ PORTNAME= hdf PORTVERSION= 4.2r3 PORTREVISION= 4 CATEGORIES= science archivers graphics -MASTER_SITES= ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/:src \ +MASTER_SITES= ftp://ftp.hdfgroup.org/HDF/prev-releases/HDF4.2r3/src/:src \ + ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/:src \ ftp://ftp.hdfgroup.org/HDF/Documentation/${PORTVERSION}/:doc \ ftp://ftp.hdfgroup.org/HDF/Documentation/HDF4.2r3/:doc \ http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc_szip |