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/prn/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 '')
-rw-r--r-- | japanese/prn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/prn/Makefile b/japanese/prn/Makefile index c0d688e7621f..4e8247b501ac 100644 --- a/japanese/prn/Makefile +++ b/japanese/prn/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: prn # Version required: 2.0 # Date created: 19 Jun 1997 -# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# Whom: Satoshi TAOKA <taoka@FreeBSD.org> # -# $Id: Makefile,v 1.4 1998/08/24 00:52:47 steve Exp $ +# $Id: Makefile,v 1.5 1999/03/07 01:15:58 sada Exp $ # DISTNAME= prn @@ -11,7 +11,7 @@ PKGNAME= ja-prn-1.0 CATEGORIES= japanese print MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ -MAINTAINER= taoka@infonets.hiroshima-u.ac.jp +MAINTAINER= taoka@FreeBSD.org RUN_DEPENDS= kcc:${PORTSDIR}/japanese/kcc |