1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix the build with Java 1.5.

This commit is contained in:
Joe Marcus Clarke 2006-05-24 18:03:19 +00:00
parent fb3f2c8920
commit c2d9849579
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163297

View File

@ -62,6 +62,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${MKDIR} ${DOCSDIR}/api
cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api
${TOUCH} ${DOCSDIR}/api/packages.html
${MKDIR} ${DOCSDIR}/examples
cd ${WRKSRC}/doc/examples && ${FIND} . \
| ${CPIO} -pdmu ${DOCSDIR}/examples