diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
commit | 854c187a95dd45c631fce6c886af4da10a25addd (patch) | |
tree | abf919a40a64e4dba1699470b0cbc529a7b97a59 /textproc/dictionary/Makefile | |
parent | Change a default key-binding to "egg" one (diff) |
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to '')
-rw-r--r-- | textproc/dictionary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index 4ff1b1990902..4505a524a12a 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= A dictionary client for Emacs EMACS_PORT_NAME?= emacs21 |