1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix packaging with JDK 1.5.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2006-04-17 20:38:52 +00:00
parent e8ed2fa01e
commit 358efed78c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159831

View File

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