diff options
-rw-r--r-- | mail/exim-doc-html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-doc-html/Makefile b/mail/exim-doc-html/Makefile index 37e089ebb1d2..0601919cc2e6 100644 --- a/mail/exim-doc-html/Makefile +++ b/mail/exim-doc-html/Makefile @@ -19,14 +19,14 @@ COMMENT= Documentation for the Exim MTA in multiple formats USE_BZIP2= yes +DOCFORMAT?= html +DISTDOCFORMAT?= ${DOCFORMAT} + .if ${DOCFORMAT} == "info" BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo MAKEINFO= ${LOCALBASE}/bin/makeinfo .endif -DOCFORMAT?= html -DISTDOCFORMAT?= ${DOCFORMAT} - .if !defined(NOPORTDOCS) .if ${DOCFORMAT} == "html" PORTDOCS= html |