diff options
author | gerald <gerald@FreeBSD.org> | 2002-07-11 18:15:23 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-07-11 18:15:23 +0800 |
commit | 2b8cc632338d8fd35bb7c9c4a63a0efb12b0f054 (patch) | |
tree | dd61d27a1aa130d2035c913eef68405f5e567516 /textproc/bibtex2html/Makefile | |
parent | 460777e43fc27a7127dbffd60495104aca36db5f (diff) | |
download | freebsd-ports-gnome-2b8cc632338d8fd35bb7c9c4a63a0efb12b0f054.tar.gz freebsd-ports-gnome-2b8cc632338d8fd35bb7c9c4a63a0efb12b0f054.tar.zst freebsd-ports-gnome-2b8cc632338d8fd35bb7c9c4a63a0efb12b0f054.zip |
Use my FreeBSD.org mail address for the MAINTAINER field.
Approved by: obrien (mentor)
Diffstat (limited to 'textproc/bibtex2html/Makefile')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index f015ebacf96a..4434dc6ce47e 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.52 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ -MAINTAINER= pfeifer@dbai.tuwien.ac.at +MAINTAINER= gerald@FreeBSD.org BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml |