aboutsummaryrefslogtreecommitdiff
path: root/net/mpich/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
commit4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch)
tree96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /net/mpich/Makefile
parenta5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff)
downloadports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz
ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip
Notes
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r--net/mpich/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 9866c37bae63..85fdb76076a3 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -44,11 +44,11 @@ CONFIGURE_ARGS= --with-hwloc-prefix=${LOCALBASE} ac_cv_path_BASH_SHELL=""
.for pm in ${OPTIONS_GROUP_PM}
. if ${PORT_OPTIONS:M${pm}}
. if empty(PMLIST)
-PMLIST= ${pm:L}
+PMLIST= ${pm:tl}
. elif ${PORT_OPTIONS:MD${pm}}
-PMLIST:= ${pm:L},${PMLIST}
+PMLIST:= ${pm:tl},${PMLIST}
. else
-PMLIST:= ${PMLIST},${pm:L}
+PMLIST:= ${PMLIST},${pm:tl}
. endif
. endif
.endfor