mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix the build with Java 1.5.
This commit is contained in:
parent
fb3f2c8920
commit
c2d9849579
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163297
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue