diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-01 04:03:48 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-01 04:03:48 +0000 |
commit | 0347e6e13e4ed6be1243a67bdbb6129460642e7e (patch) | |
tree | f253c940c0b24d2b4e2b076a8dcf03d61bf9cb4c /japanese/jvim3/Makefile | |
parent | fix depends to use better method. (diff) |
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
Diffstat (limited to 'japanese/jvim3/Makefile')
-rw-r--r-- | japanese/jvim3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index b0e88ab8c73f..5a3580584c3f 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: jvim3 # Version required: 3.0-j1.3j # Date created: 98/11/17 -# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# Whom: Satoshi TAOKA <taoka@FreeBSD.org> # -# $Id: Makefile,v 1.9 1999/02/03 11:11:48 asami Exp $ +# $Id: Makefile,v 1.10 1999/03/06 13:03:36 taoka Exp $ # DISTNAME= vim @@ -13,7 +13,7 @@ MASTER_SITES= ftp://dutepp0.et.tudelft.nl/pub/Unix/Editors/ \ http://hp.vector.co.jp/authors/VA003457/vim/vim3/1.3j/ DISTFILES= vim-3.0.tar.gz ${JPATCH} -MAINTAINER= taoka@infonets.hiroshima-u.ac.jp +MAINTAINER= taoka@FreeBSD.org USE_XLIB= yes |