diff options
Diffstat (limited to 'textproc/xerces-c/Makefile')
-rw-r--r-- | textproc/xerces-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 4189ce4ba90..0b4c350aa72 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/06/23 07:52:39 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/17 22:54:55 grant Exp $ # DISTNAME= xerces-c-src1_7_0 @@ -7,7 +7,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/xercesc CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/archives/Xerces-C_${DISTNAME:S/xerces-c-src//}/ -MAINTAINER= tech-pkg@netbsd.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://xml.apache.org/xerces-c/ COMMENT= validating C++ XML parser with DOM and SAX support |