From 6e6235d538e260825abe40ed5e9a85fff5a42a9e Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 3 Nov 2019 18:52:09 +0000 Subject: [PATCH] textproc/xml-commons: - clean up Makefile - update WWW --- textproc/xml-commons/Makefile | 4 ++-- textproc/xml-commons/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/xml-commons/Makefile b/textproc/xml-commons/Makefile index 6860abaa892a..6fa56b7b8fc9 100644 --- a/textproc/xml-commons/Makefile +++ b/textproc/xml-commons/Makefile @@ -16,8 +16,8 @@ JAVA_VERSION= 1.6+ JAVA_RUN= yes NO_BUILD= yes -PLIST_FILES= %%JAVAJARDIR%%/xml-apis-ext.jar \ - %%JAVAJARDIR%%/xml-apis.jar +PLIST_FILES= ${JAVAJARDIR}/xml-apis-ext.jar \ + ${JAVAJARDIR}/xml-apis.jar do-install: ${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${STAGEDIR}${JAVAJARDIR} diff --git a/textproc/xml-commons/pkg-descr b/textproc/xml-commons/pkg-descr index 499fd4bfb51c..30d2356a869d 100644 --- a/textproc/xml-commons/pkg-descr +++ b/textproc/xml-commons/pkg-descr @@ -8,4 +8,4 @@ for other common xml-related utilities and code, and to help promulgate common packaging, testing, documentation, and other guidelines across all xml.apache.org subprojects. -WWW: http://xml.apache.org/commons/ +WWW: https://xerces.apache.org/xml-commons/