aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse-config/Makefile')
-rw-r--r--math/suitesparse-config/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/suitesparse-config/Makefile b/math/suitesparse-config/Makefile
index ef426c7cf8ae..62af94ee1f31 100644
--- a/math/suitesparse-config/Makefile
+++ b/math/suitesparse-config/Makefile
@@ -1,6 +1,6 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
-PORTNAME= config
+PORTNAME= ${MPORTNAME:tl}
PORTVERSION= ${SSPVERSION}
CATEGORIES= math
@@ -10,7 +10,7 @@ LICENSE= GPLv2+
OMP_NEEDED= yes
-BUILD_WRKSRC= ${WRKSRC}/SuiteSparse_config
+MPORTNAME= config
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"