diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2009-02-23 20:21:30 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2009-02-23 20:21:30 +0000 |
commit | ea60b6644547983e3d941c39d2649dbea1bbe283 (patch) | |
tree | 38a268970c5baf1bca8b336fc4b900c6699d16e8 /misc | |
parent | c9cb3b910af590193226dec354926bf9779c5944 (diff) | |
download | ports-ea60b6644547983e3d941c39d2649dbea1bbe283.tar.gz ports-ea60b6644547983e3d941c39d2649dbea1bbe283.zip |
Notes
Diffstat (limited to 'misc')
-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 |