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} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${MKDIR} ${DOCSDIR}/api ${MKDIR} ${DOCSDIR}/api
cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api
${TOUCH} ${DOCSDIR}/api/packages.html
${MKDIR} ${DOCSDIR}/examples ${MKDIR} ${DOCSDIR}/examples
cd ${WRKSRC}/doc/examples && ${FIND} . \ cd ${WRKSRC}/doc/examples && ${FIND} . \
| ${CPIO} -pdmu ${DOCSDIR}/examples | ${CPIO} -pdmu ${DOCSDIR}/examples