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 /devel/libgconf-java | |
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 '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 |