git: 6015b2965945 - main - math/lapack: make the manpages fetchable from everywhere
Thierry Thomas
thierry at FreeBSD.org
Sun Jul 4 19:58:37 UTC 2021
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6015b2965945c7a6ba8b6f5bef3706d57745e84b
commit 6015b2965945c7a6ba8b6f5bef3706d57745e84b
Author: Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-07-04 19:50:06 +0000
Commit: Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-07-04 19:52:44 +0000
math/lapack: make the manpages fetchable from everywhere
Host the manpages, because they seem unfetchable from some locations.
PR: 256965
Reported by: gja822 (at) narod.ru
---
math/lapack/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 6c35bdc90a8b..5bc224415b5d 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -5,7 +5,8 @@ PORTVERSION= 3.10.0
PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case.
CATEGORIES= math
MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \
- http://www.netlib.org/lapack/:man
+ http://www.netlib.org/lapack/:man \
+ LOCAL/thierry/lapack-${PORTVERSION}/:man
DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}:src
.if make(makesum) || !(defined(BLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT))
DISTFILES+= manpages.tgz:man
More information about the dev-commits-ports-all
mailing list