diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:57:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:57:33 +0000 |
commit | c2db819150dcd41040faf882ae815a2848ebed92 (patch) | |
tree | 874271088c72a7b38c82d78f14a799b7dcdf2b53 /japanese/tcsh-nls-ruri2 | |
parent | 74a068b1ae552d0a0a3cd140b5740e046dbf7182 (diff) | |
download | ports-c2db819150dcd41040faf882ae815a2848ebed92.tar.gz ports-c2db819150dcd41040faf882ae815a2848ebed92.zip |
Notes
Diffstat (limited to 'japanese/tcsh-nls-ruri2')
-rw-r--r-- | japanese/tcsh-nls-ruri2/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/tcsh-nls-ruri2/Makefile b/japanese/tcsh-nls-ruri2/Makefile index e941c709aa58..74cddb842fa3 100644 --- a/japanese/tcsh-nls-ruri2/Makefile +++ b/japanese/tcsh-nls-ruri2/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Hoshino Ruri) -# Version required: 6.07.09b5 +# Version required: 6.08.00 # Date created: 19 August 1998 -# Whom: issei <issei@jp.FreeBSD.ORG> +# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/30 21:32:43 max Exp $ # -DISTNAME= tcsh-6.07.06.nls-ja.ruri2 -PKGNAME= ja-tcsh-nls-ruri2-6.07.09b5 +DISTNAME= tcsh-6.08.00.add +PKGNAME= ja-tcsh-nls-ruri2-6.08.00 CATEGORIES= japanese shells -MASTER_SITES= http://www.ed.kagu.sut.ac.jp/~j1694034/pub/ +MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ MAINTAINER= issei@jp.FreeBSD.ORG PLIST= ../tcsh-nls-generic/pkg/PLIST -NLSSRC= ja.ruri2 +NLSSRC= ${DISTNAME}/nls/ja.ruri2 .include "../tcsh-nls-generic/Makefile" |