From 66df0957c82231052f297f9a8b2f6acaa8ad1435 Mon Sep 17 00:00:00 2001 From: blackend Date: Mon, 23 Feb 2009 20:21:30 +0000 Subject: Make it buildable with PACKAGE_BUILDING=yes defined. --- misc/freebsd-doc-en/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/freebsd-doc-en') 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 -- cgit