diff options
Diffstat (limited to '')
-rw-r--r-- | math/mumps/Makefile | 2 | ||||
-rw-r--r-- | math/mumps4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index b29eafb76216..cbc3ca9987b3 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -edf MAINTAINER= thierry@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver for Code_Aster -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= CeCILL_C LICENSE_NAME= CeCILL-C diff --git a/math/mumps4/Makefile b/math/mumps4/Makefile index 987e16064327..72ab350a3fbf 100644 --- a/math/mumps4/Makefile +++ b/math/mumps4/Makefile @@ -10,7 +10,7 @@ DISTNAME= MUMPS_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE |