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 | |
| parent | - Update to 2.1.3 (diff) | |
Make it buildable with PACKAGE_BUILDING=yes defined.
Notes
Notes:
    svn path=/head/; revision=228940
| -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 | 
