aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-doc-html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim-doc-html/Makefile')
-rw-r--r--mail/exim-doc-html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-doc-html/Makefile b/mail/exim-doc-html/Makefile
index bff6fd832792..5ecbc40750e8 100644
--- a/mail/exim-doc-html/Makefile
+++ b/mail/exim-doc-html/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= rea@FreeBSD.org
COMMENT= Documentation for the Exim MTA in multiple formats
USE_BZIP2= yes
+NO_STAGE= yes
DOCFORMAT?= html
DISTDOCFORMAT?= ${DOCFORMAT}
@@ -36,7 +37,6 @@ PORTDOCS= *.ps
.elif ${DOCFORMAT} == "info"
PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT}
.else
-NO_STAGE= yes
pre-everything::
@ ${ECHO} 'ERROR: invalid value for DOCFORMAT: "${DOCFORMAT}"'
@ ${ECHO} 'Possible values are "html", "pdf", "postscript" and "info".'