diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 11:57:33 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 11:57:33 +0800 |
commit | 6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79 (patch) | |
tree | 4d2cb67c6fc06dac5ee5df66ffa5860f2cc56d48 /japanese/tcsh-nls-ruri2 | |
parent | 87facc57c330aaa7b3523281b300c8be8e171679 (diff) | |
download | freebsd-ports-gnome-6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79.tar.gz freebsd-ports-gnome-6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79.tar.zst freebsd-ports-gnome-6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79.zip |
Update to version 6.07.13 and find the distfiles.
PR: 8152
Submitted by: maintainer
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" |