1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Correct spelling of DOCSDIR, and unbreak.

This commit is contained in:
Joe Marcus Clarke 2006-05-05 16:08:07 +00:00
parent b6baf72cb0
commit 38d5305aea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161427

View File

@ -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