aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libgtk-java/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-05 16:08:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-05 16:08:07 +0000
commit38d5305aeaeadc20a165d35b1150c8d0a30f62ca (patch)
tree833a622bf93910b41d8c62542ebc7ae9933bae84 /x11-toolkits/libgtk-java/Makefile
parentb6baf72cb0207887ed64d10e7ee2065875fd3984 (diff)
downloadports-38d5305aeaeadc20a165d35b1150c8d0a30f62ca.tar.gz
ports-38d5305aeaeadc20a165d35b1150c8d0a30f62ca.zip
Correct spelling of DOCSDIR, and unbreak.
Notes
Notes: svn path=/head/; revision=161427
Diffstat (limited to 'x11-toolkits/libgtk-java/Makefile')
-rw-r--r--x11-toolkits/libgtk-java/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile
index 5c9d1818e002..64bdbce7ecc7 100644
--- a/x11-toolkits/libgtk-java/Makefile
+++ b/x11-toolkits/libgtk-java/Makefile
@@ -18,8 +18,6 @@ COMMENT= Java wrapper for Gtk+, Pango, Atk, and Glib
LIB_DEPENDS= cairojni-${CAIRO_API_VERSION}.1:${PORTSDIR}/graphics/cairo-java
-BROKEN= Tries to install into /api
-
USE_BZIP2= yes
USE_XLIB= yes
USE_GMAKE= yes
@@ -68,7 +66,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/THANKS ${DOCSDIR}
${MKDIR} ${DOCSDIR}/api
cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api
- ${TOUCH} ${DOSCDIR}/api/packages.html
+ ${TOUCH} ${DOCSDIR}/api/packages.html
${MKDIR} ${DOCSDIR}/examples
cd ${WRKSRC}/doc/examples && ${FIND} . \
| ${CPIO} -pdmu ${DOCSDIR}/examples