1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Unsilence installation commands

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-05-28 09:01:09 +00:00
parent 7b643948d8
commit 0d0becb5db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441903

View File

@ -25,6 +25,6 @@ PORTDOCS= ChangeLog INSTALL README
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>