diff options
author | hq <hq@FreeBSD.org> | 2004-10-23 09:56:23 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-10-23 09:56:23 +0800 |
commit | e8e86591ae2bb1088c7e468fd78f847d3752ec78 (patch) | |
tree | b07600ef7f3affe31e08c5f6b526bcb4fa7ee1d0 /textproc/xmlpull | |
parent | 9f9b76784b1e7f93b5f609f6226bc48826106207 (diff) | |
download | freebsd-ports-graphics-e8e86591ae2bb1088c7e468fd78f847d3752ec78.tar.gz freebsd-ports-graphics-e8e86591ae2bb1088c7e468fd78f847d3752ec78.tar.zst freebsd-ports-graphics-e8e86591ae2bb1088c7e468fd78f847d3752ec78.zip |
Use my FreeBSD address in MAINTAINER
Diffstat (limited to 'textproc/xmlpull')
-rw-r--r-- | textproc/xmlpull/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xmlpull/Makefile b/textproc/xmlpull/Makefile index d0ac6f3e203..9405c112458 100644 --- a/textproc/xmlpull/Makefile +++ b/textproc/xmlpull/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.xmlpull.org/v1/download/ DISTNAME= ${DISTNAME_PREFX}_src EXTRACT_SUFX= .tgz -MAINTAINER= herve.quiroz@esil.univ-mrs.fr +MAINTAINER= hq@FreeBSD.org COMMENT= Common API for XML Pull Parsing (XmlPull) BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant |