diff options
| -rw-r--r-- | misc/freebsd-doc-en/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index 982bf7ef4e43..cdc920fc39bf 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -67,7 +67,7 @@ WITH_${F}= yes # translate "WITH_FOO=yes" into "DOCFORMAT+=FOO". .for F in ${AVAILABLEFORMATS} .if defined(WITH_${F}) && !empty(WITH_${F}) -DOCFORMAT+= ${F:L} +DOCFORMAT+= ${F:L:S,_,-,} .endif .endfor |
