From dad01576dc2de6d6c6b26add2cadfafc5aa6b061 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 15 Feb 2019 13:00:11 +0000 Subject: [PATCH] - Fix build --- mail/exim-doc-html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/exim-doc-html/Makefile b/mail/exim-doc-html/Makefile index 393e2fb527a8..652eb58553f8 100644 --- a/mail/exim-doc-html/Makefile +++ b/mail/exim-doc-html/Makefile @@ -56,7 +56,7 @@ pre-everything:: do-install: @ ${MKDIR} ${STAGEDIR}${DOCSDIR} .if ${DOCFORMAT} == "html" - ${TAR} -C ${WRKSRC}/doc -cf - html | \ + ${TAR} -C ${WRKSRC}/exim-html-current/doc -cf - html | \ ${TAR} --unlink -C ${STAGEDIR}${DOCSDIR} -xf - .elif ${DOCFORMAT} == "pdf" @ ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}