aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmlgraphics-commons
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-04 09:33:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-04 09:33:56 +0000
commitbda150c446f57eb373e1b759001b238cc9171171 (patch)
tree52d4e41ec83eeda9b9628b1bd7b82b8d0adab1e9 /graphics/xmlgraphics-commons
parentc0f103ff84ca4a446d6ece755d92d9506fb56fbd (diff)
downloadports-bda150c446f57eb373e1b759001b238cc9171171.tar.gz
ports-bda150c446f57eb373e1b759001b238cc9171171.zip
- Add LICENSE_FILE
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=469013
Diffstat (limited to 'graphics/xmlgraphics-commons')
-rw-r--r--graphics/xmlgraphics-commons/Makefile4
-rw-r--r--graphics/xmlgraphics-commons/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xmlgraphics-commons/Makefile b/graphics/xmlgraphics-commons/Makefile
index d6e6d6ed2e42..331f21cc67ae 100644
--- a/graphics/xmlgraphics-commons/Makefile
+++ b/graphics/xmlgraphics-commons/Makefile
@@ -11,17 +11,19 @@ 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
diff --git a/graphics/xmlgraphics-commons/pkg-descr b/graphics/xmlgraphics-commons/pkg-descr
index c6e82e16c732..9381acc72507 100644
--- a/graphics/xmlgraphics-commons/pkg-descr
+++ b/graphics/xmlgraphics-commons/pkg-descr
@@ -4,4 +4,4 @@ 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/