diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2021-07-04 21:50:06 +0200 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-07-04 21:52:44 +0200 |
| commit | 6015b2965945c7a6ba8b6f5bef3706d57745e84b (patch) | |
| tree | 8d7089356feebfc58e25b13f45c908bac7db8f2a /math/lapack | |
| parent | security/nextcloud-twofactor_webauthn: Add new port (diff) | |
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
Diffstat (limited to 'math/lapack')
| -rw-r--r-- | math/lapack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
