diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-06 00:08:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-06 00:08:07 +0800 |
commit | 3a7a66a37ae5b9bcff8fc1ead16d0c2ca1248a77 (patch) | |
tree | 6cafcf0eac13091ca5c852d015cefa2411440e94 | |
parent | 2b016554dc71d3d90717216c2e03164d723f6fa5 (diff) | |
download | freebsd-ports-graphics-3a7a66a37ae5b9bcff8fc1ead16d0c2ca1248a77.tar.gz freebsd-ports-graphics-3a7a66a37ae5b9bcff8fc1ead16d0c2ca1248a77.tar.zst freebsd-ports-graphics-3a7a66a37ae5b9bcff8fc1ead16d0c2ca1248a77.zip |
Correct spelling of DOCSDIR, and unbreak.
-rw-r--r-- | x11-toolkits/libgtk-java/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile index 5c9d1818e00..64bdbce7ecc 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 |