diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-08 21:42:12 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-08 21:42:12 +0800 |
commit | 8617172daa6917f3276e8c303be88eb6d5eec5e0 (patch) | |
tree | 0ab93b3a47c62883272419635ce28ab0b4536936 /science | |
parent | 9a6289521a5de0f14c27712f23dbbf649c76397f (diff) | |
download | freebsd-ports-gnome-8617172daa6917f3276e8c303be88eb6d5eec5e0.tar.gz freebsd-ports-gnome-8617172daa6917f3276e8c303be88eb6d5eec5e0.tar.zst freebsd-ports-gnome-8617172daa6917f3276e8c303be88eb6d5eec5e0.zip |
Fix MASTER_SITES
PR: 53044
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5-18/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 428af8d37d7d..3f4c5df6ef3e 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -9,7 +9,7 @@ PORTNAME= hdf5 PORTVERSION= 1.4.5 CATEGORIES= graphics -MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-${PORTVERSION}/src/ +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 428af8d37d7d..3f4c5df6ef3e 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -9,7 +9,7 @@ PORTNAME= hdf5 PORTVERSION= 1.4.5 CATEGORIES= graphics -MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-${PORTVERSION}/src/ +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) |