Index: head/graphics/xmlgraphics-commons/Makefile =================================================================== --- head/graphics/xmlgraphics-commons/Makefile (revision 469012) +++ head/graphics/xmlgraphics-commons/Makefile (revision 469013) @@ -1,28 +1,30 @@ # Created by: rfarmer@predatorlabs.net # $FreeBSD$ PORTNAME= xmlgraphics-commons PORTVERSION= 1.5 DISTVERSIONSUFFIX= -src CATEGORIES= graphics textproc java MASTER_SITES= APACHE/xmlgraphics/commons/source MAINTAINER= makc@FreeBSD.org COMMENT= Several reusable components used by Apache Batik and FOP LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar do-install: - ${MKDIR} ${STAGEDIR}${JAVAJARDIR} + @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .include Index: head/graphics/xmlgraphics-commons/pkg-descr =================================================================== --- head/graphics/xmlgraphics-commons/pkg-descr (revision 469012) +++ head/graphics/xmlgraphics-commons/pkg-descr (revision 469013) @@ -1,7 +1,7 @@ Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF & PostScript files, and much more. -WWW: http://xmlgraphics.apache.org/commons/ +WWW: https://xmlgraphics.apache.org/commons/