1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Use INSTALL_DATA for header file installation

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-10-26 00:38:35 +00:00
parent 06abd2d717
commit afff5dab8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553308

View File

@ -18,7 +18,7 @@ NO_BUILD= yes
NO_ARCH= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
cd ${WRKSRC} && ${CP} *.c *.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
@${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
cd ${WRKSRC} && ${INSTALL_DATA} *.c *.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
.include <bsd.port.mk>