summaryrefslogtreecommitdiff
path: root/math/lapack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r--math/lapack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 23755a8d4f88..3fa3e1b2c87f 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -117,9 +117,9 @@ post-patch:
do-build: ${MAN_TARGET} build-profile build-shared build-static
.for o in PROFILE SHARED STATIC
-build-${o:L}: patch
+build-${o:tl}: patch
.if ${PORT_OPTIONS:M${o}}
- ${PRINTF} "\n\nBuilding ${o:L} libraries:\n\n\n"
+ ${PRINTF} "\n\nBuilding ${o:tl} libraries:\n\n\n"
cd ${WRKSRC_${o}}; ${SETENV} ${MAKE_ENV} EXTRAFLAGS="${FFLAGS_${o}}" \
${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} ARCH="${AR}" ${ALL_TARGET}
@@ -153,9 +153,9 @@ TESTS ?= test-profile
check regression-test test: ${TESTS}
.for o in PROFILE SHARED STATIC
-test-${o:L}: build-${o:L}
+test-${o:tl}: build-${o:tl}
.if ${PORT_OPTIONS:M${o}}
- @${PRINTF} "\n\nTesting ${o:L} libraries:\n\n\n"
+ @${PRINTF} "\n\nTesting ${o:tl} libraries:\n\n\n"
@cd ${WRKSRC_${o}}; ${SETENV} ${MAKE_ENV} EXTRAFLAGS="${FFLAGS_${o}}" \
${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} ARCH="${AR}" ${TEST_TARGET}
.if defined(BLAS_SLAVEPORT)