diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 03:57:33 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 03:57:33 +0000 |
commit | 6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79 (patch) | |
tree | 4d2cb67c6fc06dac5ee5df66ffa5860f2cc56d48 /japanese/tcsh-nls-asuka | |
parent | 87facc57c330aaa7b3523281b300c8be8e171679 (diff) | |
download | FreeBSD-ports-6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79.zip FreeBSD-ports-6a20c0d65d6515c0715990cd9cbdbcd1e5c55e79.tar.gz |
Update to version 6.07.13 and find the distfiles.
PR: 8152
Submitted by: maintainer
Diffstat (limited to 'japanese/tcsh-nls-asuka')
-rw-r--r-- | japanese/tcsh-nls-asuka/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/tcsh-nls-asuka/Makefile b/japanese/tcsh-nls-asuka/Makefile index e1770b9..dbdb5120 100644 --- a/japanese/tcsh-nls-asuka/Makefile +++ b/japanese/tcsh-nls-asuka/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Soryu Asuka Langley) -# 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:27:34 max Exp $ # -DISTNAME= tcsh-6.07.06.nls-ja.asuka -PKGNAME= ja-tcsh-nls-asuka-6.07.09b5 +DISTNAME= tcsh-6.08.00.add +PKGNAME= ja-tcsh-nls-asuka-6.08.00 CATEGORIES= japanese shells -MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/catalogs/ja.asuka/ +MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ MAINTAINER= issei@jp.FreeBSD.ORG PLIST= ../tcsh-nls-generic/pkg/PLIST -NLSSRC= ja.asuka +NLSSRC= ${DISTNAME}/nls/ja.asuka .include "../tcsh-nls-generic/Makefile" |