diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-09 20:47:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-09 20:47:34 +0000 |
commit | ea841015397d5bc5eff2c09667144741591f77c7 (patch) | |
tree | 054847a0bc6db813bd28a89365eb2e5f309ee460 | |
parent | a0be07b8edb6246f03e5d6e8e98a824a2771296d (diff) |
Notes
-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/ |