mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- 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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue