diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-13 11:16:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-13 11:16:21 +0800 |
commit | a9cc022fc581451737f7a5a5c21c7134615c7544 (patch) | |
tree | 76874dad1ecfc331beadae3b04bf7ddb77f9756b /x11 | |
parent | a4ecb1874c89e36e9716793350d4ccc996f72535 (diff) | |
download | freebsd-ports-gnome-a9cc022fc581451737f7a5a5c21c7134615c7544.tar.gz freebsd-ports-gnome-a9cc022fc581451737f7a5a5c21c7134615c7544.tar.zst freebsd-ports-gnome-a9cc022fc581451737f7a5a5c21c7134615c7544.zip |
Fix packaging with JDK 1.5.
Reported by: pointyhat via kris
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome-java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile index d52c6dcf06f9..1b5dd7ed524c 100644 --- a/x11/libgnome-java/Makefile +++ b/x11/libgnome-java/Makefile @@ -66,6 +66,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/tutorial/* ${PREFIX}/share/${PORTNAME}/tutorial ${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 |