summaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-en/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/freebsd-doc-en/Makefile')
-rw-r--r--misc/freebsd-doc-en/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index 5326e3d3aeae..c797f367d746 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -50,8 +50,8 @@ OPTIONS_SET+= ${AVAILABLEFORMATS}
.for O in ${AVAILABLEFORMATS}
.if ${PORT_OPTIONS:M${O}}
-DOCFORMAT+= ${O:L:S,_,-,}
-PLIST_FORMATS+= ${O:L:S,_,-,}
+DOCFORMAT+= ${O:tl:S,_,-,}
+PLIST_FORMATS+= ${O:tl:S,_,-,}
.endif
.endfor