diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2007-01-21 01:09:11 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2007-01-21 01:09:11 +0000 |
commit | 4d705add6a9af4872011018655d4570e8d659360 (patch) | |
tree | f245453be63ab22b70b46a4ff3c55981e2580442 /textproc/xpp3 | |
parent | 7df68bda3028bd463fbd7c3c7205de0217800f8d (diff) | |
download | ports-4d705add6a9af4872011018655d4570e8d659360.tar.gz ports-4d705add6a9af4872011018655d4570e8d659360.zip |
Notes
Diffstat (limited to 'textproc/xpp3')
-rw-r--r-- | textproc/xpp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xpp3/Makefile b/textproc/xpp3/Makefile index 985a978b86de..d10e11750510 100644 --- a/textproc/xpp3/Makefile +++ b/textproc/xpp3/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.extreme.indiana.edu/dist/java-repository/xpp3/distribut DISTNAME= ${PORTNAME}-${DISTVERSION}_src EXTRACT_SUFX= .tgz -MAINTAINER= hq@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= XML Pull Parser 3rd Edition (XPP3) BUILD_DEPENDS= ${JAVAJARDIR}/xmlpull.jar:${PORTSDIR}/textproc/xmlpull |