diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-12-11 13:30:57 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-12-11 13:30:57 +0800 |
commit | 2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b (patch) | |
tree | e4d6a8e0e0b95d7ebc5031a11bbb57de1e5ff402 /textproc/xerces-j | |
parent | 84ffb9f4d8f20ae8dfd470251ae14fda4d7f971e (diff) | |
download | freebsd-ports-gnome-2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b.tar.gz freebsd-ports-gnome-2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b.tar.zst freebsd-ports-gnome-2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b.zip |
Fix MASTER_SITES
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index f8cb195419f5..c8d1c49d7eb1 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -8,7 +8,7 @@ PORTNAME= xerces-j PORTVERSION= 2.2.0 CATEGORIES= textproc java -MASTER_SITES= http://xml.apache.org/dist/xerces-j/ +MASTER_SITES= http://xml.apache.org/dist/xerces-j/old_xerces2/ DISTNAME= Xerces-J-src.${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org |