diff options
-rw-r--r-- | net/mpich2/Makefile | 2 | ||||
-rw-r--r-- | net/mpich2/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 3f42358689ef..17dd5b45bbee 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.7 PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= net parallel -MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/ +MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${PORTVERSION}/ DIST_SUBDIR= mpich #PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-patch/ #PATCHFILES= diff --git a/net/mpich2/pkg-descr b/net/mpich2/pkg-descr index 12dbf1c70c1c..9dadcb0f71b9 100644 --- a/net/mpich2/pkg-descr +++ b/net/mpich2/pkg-descr @@ -5,4 +5,4 @@ platforms, including clusters, SMPs, and massively parallel processors. It also provides a vehicle for MPI implementation research and for developing new and better parallel programming environments -WWW: http://www.mcs.anl.gov/mpi/mpich/ +WWW: http://www.mcs.anl.gov/research/projects/mpich2/ |