1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Unconditionnaly install in stage the docs

This commit is contained in:
Baptiste Daroussin 2013-10-18 23:03:41 +00:00
parent 33b3a2050d
commit 45606ac581
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330785

View File

@ -19,12 +19,8 @@ USE_LDCONFIG= yes
PORTDOCS= AUTHORS NEWS README THANKS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>