diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-03-02 05:22:25 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-03-02 05:22:25 +0000 |
commit | 2350e2caecabde9bb872f9bf98c532421fed0a90 (patch) | |
tree | 4af88bea7ff7feb4878daa05b4c1032f11fad1d1 /textproc/xom | |
parent | 1b9a87076177aa4cdb985644d17726237db5f58e (diff) | |
download | ports-2350e2caecabde9bb872f9bf98c532421fed0a90.tar.gz ports-2350e2caecabde9bb872f9bf98c532421fed0a90.zip |
Notes
Diffstat (limited to 'textproc/xom')
-rw-r--r-- | textproc/xom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xom/Makefile b/textproc/xom/Makefile index 6f905f8664be..b420975b7d17 100644 --- a/textproc/xom/Makefile +++ b/textproc/xom/Makefile @@ -8,7 +8,7 @@ PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= http://www.cafeconleche.org/XOM/ -MAINTAINER= hq@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source (LGPL), tree-based API for processing XML with Java RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j \ |