diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-15 10:51:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-15 10:51:29 +0800 |
commit | 30167a086ffde01190812e2e815cd6fcd8515f07 (patch) | |
tree | 9733ab67739ac7f051795e01d606bc797bf9c425 /graphics | |
parent | 407477344f378f86d0345899b2aa0c8fe27367df (diff) | |
download | freebsd-ports-gnome-30167a086ffde01190812e2e815cd6fcd8515f07.tar.gz freebsd-ports-gnome-30167a086ffde01190812e2e815cd6fcd8515f07.tar.zst freebsd-ports-gnome-30167a086ffde01190812e2e815cd6fcd8515f07.zip |
Fix packaging with JDK 1.5.
Reported by: pointyhat via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo-java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile index fc1a70e44685..4f4dfffc3312 100644 --- a/graphics/cairo-java/Makefile +++ b/graphics/cairo-java/Makefile @@ -56,6 +56,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 .endif @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ s|%%PREFIX%%|${PREFIX}|g ; \ |