diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-02 11:55:16 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-02 11:55:16 +0000 |
commit | 3b952c7d7cbb3df26554859ced8f37f85537bd26 (patch) | |
tree | 7c341985c6834b7bbb7c089ca0e4dada3a154e00 /mail/exim-doc-html | |
parent | 909d48cf0de40a8b08883b29107897fc876425c8 (diff) | |
download | ports-3b952c7d7cbb3df26554859ced8f37f85537bd26.tar.gz ports-3b952c7d7cbb3df26554859ced8f37f85537bd26.zip |
Notes
Diffstat (limited to 'mail/exim-doc-html')
-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 |