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 /devel/eieio/Makefile | |
parent | 54a0e16a5d5755947df6bffdbb27bfb7e49f6cec (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>
Notes
Notes:
svn path=/head/; revision=81956
Diffstat (limited to 'devel/eieio/Makefile')
-rw-r--r-- | devel/eieio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eieio/Makefile b/devel/eieio/Makefile index f5985ece7aa7..f32236021025 100644 --- a/devel/eieio/Makefile +++ b/devel/eieio/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Integration of Emacs Interpreted Objects EMACS_PORT_NAME?= emacs21 |