aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-ldl/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-06-06 19:52:39 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-06-06 20:18:37 +0000
commit38e42a5646cb2ad1d75484237bfb41424cc50f1c (patch)
treef458c47fafa7b231c83f8bd2ebc4bdb1464ae3fa /math/suitesparse-ldl/Makefile
parent7f2f962b4a30b2e724a89fc8c2f3b26024a930db (diff)
downloadports-38e42a5646cb2ad1d75484237bfb41424cc50f1c.tar.gz
ports-38e42a5646cb2ad1d75484237bfb41424cc50f1c.zip
math/suitesparse*: force PORTNAME in lowercase
Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@
Diffstat (limited to 'math/suitesparse-ldl/Makefile')
-rw-r--r--math/suitesparse-ldl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/suitesparse-ldl/Makefile b/math/suitesparse-ldl/Makefile
index ca297ced70d6..570ab4b8c216 100644
--- a/math/suitesparse-ldl/Makefile
+++ b/math/suitesparse-ldl/Makefile
@@ -1,6 +1,6 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
-PORTNAME= LDL
+PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 2.2.6
CATEGORIES= math
@@ -12,7 +12,8 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd
USES= localbase:ldflags
OMP_NEEDED= yes
-BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
+
+MPORTNAME= LDL
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"