diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-12-08 06:43:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-12-08 06:43:50 +0000 |
commit | 3dc309d5962f381bc658ac831dde4a3ddac2c996 (patch) | |
tree | 1abcec2a74dc762ab5dde95db9af0b960e9a5f2b /textproc/xpp3 | |
parent | 51911e417f2549a0298c59f93bd7eaae7ed643c9 (diff) | |
download | ports-3dc309d5962f381bc658ac831dde4a3ddac2c996.tar.gz ports-3dc309d5962f381bc658ac831dde4a3ddac2c996.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 4c06ef3c9de8..14ca616d3f27 100644 --- a/textproc/xpp3/Makefile +++ b/textproc/xpp3/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.extreme.indiana.edu/dist/java-repository/xpp3/distribut DISTNAME= ${PORTNAME}-${DISTVERSION}_src EXTRACT_SUFX= .tgz -MAINTAINER= nemoliu@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= XML Pull Parser 3rd Edition (XPP3) BUILD_DEPENDS= ${JAVAJARDIR}/xmlpull.jar:${PORTSDIR}/textproc/xmlpull |