summaryrefslogtreecommitdiff
path: root/devel/libgconf-java
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-13 03:16:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-13 03:16:21 +0000
commit39c819966e60523c4125a38430cc15e8468d01cf (patch)
tree5f700490504bf6bac74a88761f793b900602ba23 /devel/libgconf-java
parentRemove USE_REINPLACE from all categories starting with P (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/Makefile1
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