diff options
author | hauke <hauke@pkgsrc.org> | 2010-12-17 16:47:32 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2010-12-17 16:47:32 +0000 |
commit | cf00deb9917bda5b27dd550a75e2ec92003947e1 (patch) | |
tree | cb9a94516ef6d69a6d3da4d785dd30b2f8b5bdd0 /editors | |
parent | 0d1b3975a0fb150574faa64c2de2354aab97f9ee (diff) | |
download | pkgsrc-cf00deb9917bda5b27dd550a75e2ec92003947e1.tar.gz |
Taking maintainership, after an offer from Masao Uebayasi.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 5677ccf6e1d..48254ff3f8b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2010/12/16 17:45:12 hauke Exp $ +# $NetBSD: Makefile,v 1.96 2010/12/17 16:47:32 hauke Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 @@ -8,7 +8,7 @@ DISTNAME= xemacs-21.4.22 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} -MAINTAINER= uebayasi@NetBSD.org +MAINTAINER= hauke@NetBSD.org HOMEPAGE= http://www.xemacs.org/ CONFLICTS+= gnuserv-[0-9]* |