diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-06 11:35:32 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-06 11:35:32 +0000 |
commit | 81c2666390f2e1fc6b36277593943a0b293b6d84 (patch) | |
tree | e4baa92310411d7184302efaa7bd6ee874dfc7c4 | |
parent | Replaced MAINTAINER?= with MAINTAINER=. (diff) |
Change MAINTAINER.
Notes
Notes:
svn path=/head/; revision=80258
-rw-r--r-- | misc/man.el/Makefile | 2 | ||||
-rw-r--r-- | misc/xd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/man.el/Makefile b/misc/man.el/Makefile index 55f0861427e7..d3f2ac8aaf97 100644 --- a/misc/man.el/Makefile +++ b/misc/man.el/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1 CATEGORIES= misc elisp MASTER_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ -MAINTAINER= kiri@kiri.toba-cmt.ac.jp +MAINTAINER= kiri@FreeBSD.org COMMENT= Browse I18N capable UNIX manual pages with Mule, Emacs and XEmacs # If you use Japanese manuals, install japanese/man as well. diff --git a/misc/xd/Makefile b/misc/xd/Makefile index 5468b8ebea98..8aad2a44501d 100644 --- a/misc/xd/Makefile +++ b/misc/xd/Makefile @@ -11,7 +11,7 @@ CATEGORIES= misc MASTER_SITES= http://www.bsddiary.net/xd/ DISTNAME= xd-8087 -MAINTAINER= kiri@kiri.toba-cmt.ac.jp +MAINTAINER= kiri@FreeBSD.org COMMENT= Yet another dump utility MAN1= xd.1 |