diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-12-11 05:30:57 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-12-11 05:30:57 +0000 |
commit | 2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b (patch) | |
tree | e4d6a8e0e0b95d7ebc5031a11bbb57de1e5ff402 /textproc | |
parent | 84ffb9f4d8f20ae8dfd470251ae14fda4d7f971e (diff) | |
download | FreeBSD-ports-2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b.zip FreeBSD-ports-2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b.tar.gz |
Fix MASTER_SITES
Diffstat (limited to 'textproc')
-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 f8cb195..c8d1c49 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 |