mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
textproc/xml-commons:
- clean up Makefile - update WWW
This commit is contained in:
parent
64bc6a1af2
commit
6e6235d538
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516585
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue