diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-08 23:21:53 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-08 23:21:53 +0800 |
commit | 53515a29f8ffde52fe210a9cb5a9f105a82d2790 (patch) | |
tree | 34a9787acb8d985ab2c899262eca991f53efa823 /japanese/lookup-emacs20 | |
parent | 698adbca28a9a6eb08acb8c25509e9daa583c152 (diff) | |
download | freebsd-ports-gnome-53515a29f8ffde52fe210a9cb5a9f105a82d2790.tar.gz freebsd-ports-gnome-53515a29f8ffde52fe210a9cb5a9f105a82d2790.tar.zst freebsd-ports-gnome-53515a29f8ffde52fe210a9cb5a9f105a82d2790.zip |
(1) taoka@infonets.hiroshima-u.ac.jp => taoka@FreeBSD.org
(2) We need install dir into ${PREFIX}/lib/xemacs/info for XEmacs
Obtained from: http://bento.freebsd.org/errorlogs/
Diffstat (limited to 'japanese/lookup-emacs20')
-rw-r--r-- | japanese/lookup-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/lookup-emacs20/Makefile b/japanese/lookup-emacs20/Makefile index 04cd3522680f..7ee3ae45bca0 100644 --- a/japanese/lookup-emacs20/Makefile +++ b/japanese/lookup-emacs20/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: lookup for Emacs20 # Version required: 1.0 # Date created: 98/11/19 -# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> +# Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= japanese elisp MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= taoka@infonets.hiroshima-u.ac.jp +MAINTAINER= taoka@FreeBSD.org RUN_DEPENDS= ${PREFIX}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \ ${PREFIX}/share/emacs/site-lisp/lookup/lookup.el:${PORTSDIR}/japanese/lookup-mule |