From 38e42a5646cb2ad1d75484237bfb41424cc50f1c Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 6 Jun 2021 21:52:39 +0200 Subject: math/suitesparse*: force PORTNAME in lowercase Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@ --- math/suitesparse-ldl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/suitesparse-ldl/Makefile') 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 () -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" -- cgit v1.2.3