mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Unconditionnaly install in stage the docs
This commit is contained in:
parent
33b3a2050d
commit
45606ac581
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330785
1 changed files with 2 additions and 6 deletions
|
@ -19,12 +19,8 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
PORTDOCS= AUTHORS NEWS README THANKS
|
PORTDOCS= AUTHORS NEWS README THANKS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue