diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:59:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:59:34 +0000 |
commit | 7938151fe64ccdb4a6590729489aee3a565c7f41 (patch) | |
tree | b23cfc862fc11d7c74719bee55ff02be184684e6 /textproc/xerces-j/Makefile | |
parent | fda968c83e149892eea991425ed951159f3da912 (diff) | |
download | pkgsrc-7938151fe64ccdb4a6590729489aee3a565c7f41.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'textproc/xerces-j/Makefile')
-rw-r--r-- | textproc/xerces-j/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 004db33c237..538c07dd907 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/10/02 23:55:34 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2006/10/04 22:01:00 wiz Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -8,10 +8,10 @@ DISTNAME= Xerces-J-bin.1.2.0 PKGNAME= xerces-j-1.2.0 PKGREVISION= 1 CATEGORIES= textproc www -MASTER_SITES= http://xml.apache.org/dist/xerces-j/ +MASTER_SITES= http://xerces.apache.org/dist/xerces-j/ MAINTAINER= jwise@NetBSD.org -HOMEPAGE= http://xml.apache.org/xerces-j/ +HOMEPAGE= http://xerces.apache.org/xerces-j/ COMMENT= The Apache Project's validating XML parser with DOM and SAX support WRKSRC= ${WRKDIR}/xerces-1_2_0 |