1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build.

This commit is contained in:
Hiroki Sato 2014-03-08 14:34:37 +00:00
parent 42cd3e46fb
commit c8d9801a89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347502

View File

@ -77,6 +77,6 @@ post-install:
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>