mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Do not mute INSTALL_DATA
Reported by: danfe
This commit is contained in:
parent
c3c45c3fb1
commit
e68e94b9e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334558
@ -24,6 +24,6 @@ PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user