- Fix build
This commit is contained in:
parent
5aa07820a6
commit
dad01576dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492994
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user