diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-09-10 17:41:16 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-10 17:41:16 +0000 |
commit | e79fe1aabc5b83364240652d62b99198a9ccfb32 (patch) | |
tree | 97f71ed3bc59ba2572e97c684df8a26c32f599b3 /math/lapack/Makefile | |
parent | e65ab5a12dad31348f1e183330f1c41dc753cb09 (diff) | |
download | ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.tar.gz ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.zip |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index ca50ec5915ee..d7cb4d9b23cd 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= lapack-${PORTVERSION} MAINTAINER?= fortran@FreeBSD.org COMMENT?= Linear Algebra PACKage -WWW= https://www.netlib.org/lapack/ +WWW?= https://www.netlib.org/lapack/ LICENSE?= BSD3CLAUSE |