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/