diff options
author | cs <cs@FreeBSD.org> | 2014-09-02 03:11:33 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-09-02 03:11:33 +0800 |
commit | d0364f1917249d912acc3c787618c5910d9794a7 (patch) | |
tree | 89b8813d2aecaed5cbd37bdb9b1d741d41f6951e | |
parent | 5a9b493ff72050dfd12c9f3d3d01527abbc3d93f (diff) | |
download | freebsd-ports-gnome-d0364f1917249d912acc3c787618c5910d9794a7.tar.gz freebsd-ports-gnome-d0364f1917249d912acc3c787618c5910d9794a7.tar.zst freebsd-ports-gnome-d0364f1917249d912acc3c787618c5910d9794a7.zip |
Pass to new maintainer who is working on patch.
Approved by: portmgr (implicit)
-rw-r--r-- | textproc/refdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index 1f3dd9f349ac..47e5fddd01c6 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= Bibliographic reference database LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ |