diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-13 03:16:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-13 03:16:21 +0000 |
commit | 39c819966e60523c4125a38430cc15e8468d01cf (patch) | |
tree | 5f700490504bf6bac74a88761f793b900602ba23 /devel/libgconf-java | |
parent | a80969d36eef3fb8fce18be3e11e1541feb8632b (diff) |
Fix packaging with JDK 1.5.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=162207
Diffstat (limited to 'devel/libgconf-java')
-rw-r--r-- | devel/libgconf-java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libgconf-java/Makefile b/devel/libgconf-java/Makefile index c98cb0c1dcd2..d1d588e62d33 100644 --- a/devel/libgconf-java/Makefile +++ b/devel/libgconf-java/Makefile @@ -59,6 +59,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 |