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-klu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/suitesparse-klu/Makefile') diff --git a/math/suitesparse-klu/Makefile b/math/suitesparse-klu/Makefile index f1096b2dcc5e..bf8aa4b2306f 100644 --- a/math/suitesparse-klu/Makefile +++ b/math/suitesparse-klu/Makefile @@ -1,6 +1,6 @@ # Created by: Thierry Thomas () -PORTNAME= KLU +PORTNAME= ${MPORTNAME:tl} PORTVERSION= 1.3.9 CATEGORIES= math @@ -18,7 +18,8 @@ LIB_DEPENDS= libmetis.so:math/metis \ USES= localbase:ldflags OMP_NEEDED= yes -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} + +MPORTNAME= KLU USE_LDCONFIG= yes .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" -- cgit v1.2.3