Index: head/textproc/xml-commons/Makefile =================================================================== --- head/textproc/xml-commons/Makefile (revision 516584) +++ head/textproc/xml-commons/Makefile (revision 516585) @@ -1,26 +1,26 @@ # Created by: rfarmer@predatorlabs.net # $FreeBSD$ PORTNAME= xml-commons PORTVERSION= 1.4.01 CATEGORIES= textproc java MASTER_SITES= APACHE/xml/commons DISTNAME= ${PORTNAME}-external-${PORTVERSION} EXTRACT_SUFX= -bin.tar.gz MAINTAINER= makc@FreeBSD.org COMMENT= Provides common XML code for Apache projects USE_JAVA= yes 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} ${INSTALL_DATA} ${WRKSRC}/xml-apis.jar ${STAGEDIR}${JAVAJARDIR} .include Index: head/textproc/xml-commons/pkg-descr =================================================================== --- head/textproc/xml-commons/pkg-descr (revision 516584) +++ head/textproc/xml-commons/pkg-descr (revision 516585) @@ -1,11 +1,11 @@ xml-commons is focussed on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. As the xml-commons community forms, we also hope to serve as a holding area 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/