From 3b952c7d7cbb3df26554859ced8f37f85537bd26 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Fri, 2 Dec 2005 11:55:16 +0000 Subject: Unbreak. Rearrange so that DOCFORMAT is defined before use in a .if block. Noticed by: dvl on #bsdports --- mail/exim-doc-html/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/exim-doc-html') 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 -- cgit v1.2.3