1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Unconditionnaly install docs in stage

This commit is contained in:
Baptiste Daroussin 2013-10-18 23:46:08 +00:00
parent c9c51897dc
commit 2cbf6edd3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330803

View File

@ -27,9 +27,7 @@ post-patch:
${WRKSRC}/configure
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>