diff options
-rw-r--r-- | science/PETSc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index cde50b0ae721..4684b21a9b24 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -6,7 +6,9 @@ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Suite of data structures and routines from Argonne National Laboratory -WWW= https://petsc.org/release/ +WWW= https://petsc.org/release/ \ + https://gitlab.com/petsc/petsc \ + https://github.com/petsc/petsc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |