- Fix build

This commit is contained in:
Vsevolod Stakhov 2019-02-15 13:00:11 +00:00
parent 5aa07820a6
commit dad01576dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492994

View File

@ -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}