diff options
-rw-r--r-- | mail/mew-emacs20/Makefile | 3 | ||||
-rw-r--r-- | mail/mew-mule/Makefile | 3 | ||||
-rw-r--r-- | mail/mew-xemacs/Makefile | 3 | ||||
-rw-r--r-- | mail/mew-xemacs21-mule/pkg-message | 11 | ||||
-rw-r--r-- | mail/mew/Makefile | 3 |
5 files changed, 8 insertions, 15 deletions
diff --git a/mail/mew-emacs20/Makefile b/mail/mew-emacs20/Makefile index 1e8fc09ae8aa..4e947de60045 100644 --- a/mail/mew-emacs20/Makefile +++ b/mail/mew-emacs20/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/11/05 22:10:45 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/12/01 03:06:32 asami Exp $ # PKGNAME= mew-emacs20-1.93 EMACS_NAME= Emacs-20.3 +DIRSECTION= The Emacs editor and associated tools DIRENTRY= "* Mew: (mew). Messaging in the Emacs World." INFOFILE= mew.info diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile index 6e8e2f0fabf0..2920a5084f4d 100644 --- a/mail/mew-mule/Makefile +++ b/mail/mew-mule/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.3 1998/11/05 14:32:15 kuriyama Exp $ +# $Id: Makefile,v 1.4 1998/12/01 03:06:32 asami Exp $ # PKGNAME= mew-mule-1.93 EMACS_NAME= Mule-2.3 +DIRSECTION= The Emacs editor and associated tools DIRENTRY= "* Mew: (mew). Messaging in the Emacs World (English)." \ "* Mew.jis: (mew.jis). Messaging in the Emacs World (Japanese)." INFOFILE= mew.info \ diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile index de4abd54f18d..714ef54ded62 100644 --- a/mail/mew-xemacs/Makefile +++ b/mail/mew-xemacs/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.2 1998/11/05 14:32:54 kuriyama Exp $ +# $Id: Makefile,v 1.3 1998/12/01 03:06:33 asami Exp $ # PKGNAME= mew-xemacs-1.93 EMACS_NAME= XEmacs-19.16 +DIRSECTION= Local Packages: DIRENTRY= "* Mew:: Messaging in the Emacs World." INFOFILE= mew.info diff --git a/mail/mew-xemacs21-mule/pkg-message b/mail/mew-xemacs21-mule/pkg-message index 330640a38829..e69de29bb2d1 100644 --- a/mail/mew-xemacs21-mule/pkg-message +++ b/mail/mew-xemacs21-mule/pkg-message @@ -1,11 +0,0 @@ -************************************************************************* -* You must set at least following elisp to your own dot.emacs file: * -* * -* (require 'mew-1.93) * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * -* * -* Most easy way for setting dot.emacs is to use "user-install" script * -* in "/usr/local/share/examples/mew/XEmacs-Mule-20.4". * -************************************************************************* diff --git a/mail/mew/Makefile b/mail/mew/Makefile index a4220b419b6d..4ebf3d66945c 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -3,12 +3,13 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.8 1998/11/05 14:31:57 kuriyama Exp $ +# $Id: Makefile,v 1.9 1998/12/01 03:06:31 asami Exp $ # PKGNAME= mew-emacs-1.93 EMACS_NAME= Emacs-19.34b +DIRSECTION= The Emacs editor and associated tools DIRENTRY= "* Mew: (mew). Messaging in the Emacs World." INFOFILE= mew.info |