diff options
Diffstat (limited to 'textproc/xerces-j/Makefile')
-rw-r--r-- | textproc/xerces-j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 43b61c45be4..85e625ed204 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/04/10 01:28:27 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/17 22:54:55 grant 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 @@ -10,7 +10,7 @@ WRKSRC= ${WRKDIR}/xerces-1_2_0 CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/xerces-j/ -MAINTAINER= jwise@netbsd.org +MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://xml.apache.org/xerces-j/ COMMENT= the Apache Project's validating XML parser with DOM and SAX support |