Index: head/textproc/fop/Makefile =================================================================== --- head/textproc/fop/Makefile (revision 454814) +++ head/textproc/fop/Makefile (revision 454815) @@ -1,55 +1,56 @@ # Created by: KIRIYAMA Kazuhiko # $FreeBSD$ PORTNAME= fop PORTVERSION= 2.2 CATEGORIES= textproc java MASTER_SITES= APACHE/xmlgraphics/fop/source/:fop \ SF/offo/offo-hyphenation/${PORTVERSION}:hyph DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}.tar.gz:fop offo-hyphenation.zip:hyph EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= geoff@sea-incorporated.com COMMENT= Print formatter driven by XSL formatting LICENSE= APACHE20 LICENSE_FILE= ${LEGALDIR}/LICENSE EXTRACT_DEPENDS+= ${UNZIP_CMD}:archivers/unzip OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/fop LEGALDIR= ${WRKDIR}/${DISTNAME:S/-src//} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes NO_ARCH= yes # Prevent out of memory error during build MAKE_ENV+= "ANT_OPTS=-Xmx512m" post-extract: @cd ${WRKDIR} && ${UNZIP_CMD} ${DISTDIR}/offo-hyphenation.zip @${CP} ${WRKDIR}/offo-hyphenation/hyph/*.xml ${WRKSRC}/hyph do-install: .for d in build conf lib @${MKDIR} ${STAGEDIR}${DATADIR}/${d} .endfor @cd ${WRKSRC} && \ ${INSTALL_DATA} build/*.[jw]ar ${STAGEDIR}${DATADIR}/build && \ ${INSTALL_DATA} lib/*.jar lib/README.txt ${STAGEDIR}${DATADIR}/lib && \ ${INSTALL_DATA} conf/fop.xconf ${STAGEDIR}${DATADIR}/conf && \ ${COPYTREE_SHARE} hyph ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${DATADIR} - ${LN} -s ${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${LN} -s ../${DATADIR_REL}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${LEGALDIR} && ${INSTALL_MAN} LICENSE README NOTICE KEYS ${STAGEDIR}${DOCSDIR} + cd ${LEGALDIR} && ${INSTALL_DATA} README NOTICE KEYS ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/fop/pkg-descr =================================================================== --- head/textproc/fop/pkg-descr (revision 454814) +++ head/textproc/fop/pkg-descr (revision 454815) @@ -1,9 +1,9 @@ FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree conforming to the XSL candidate release (21. November 2000) and then turns it into a PDF document or allows you to preview it directly on screen. FOP is part of Apache's XML project. The homepage of FOP is -WWW: http://xmlgraphics.apache.org/fop/ +WWW: https://xmlgraphics.apache.org/fop/