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-roomi/Makefile | |
parent | Update to version 15.20. (diff) |
Update to version 6.07.13 and find the distfiles.
PR: 8152
Submitted by: maintainer
Diffstat (limited to 'japanese/tcsh-nls-roomi/Makefile')
-rw-r--r-- | japanese/tcsh-nls-roomi/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/japanese/tcsh-nls-roomi/Makefile b/japanese/tcsh-nls-roomi/Makefile index bcef692e1eb1..bef330391f79 100644 --- a/japanese/tcsh-nls-roomi/Makefile +++ b/japanese/tcsh-nls-roomi/Makefile @@ -1,24 +1,19 @@ -# New ports collection makefile for: ja-tcsh NLS catalog (Roomi) -# Version required: 6.07.09b5 +# New ports collection makefile for: ja-tcsh NLS catalog (Roomi) +# 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.09 -PKGNAME= ja-tcsh-nls-roomi-6.07.09b5 +DISTNAME= tcsh-6.08.00.add +PKGNAME= ja-tcsh-nls-roomi-6.08.00 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ -EXTRACT_SUFX= .tgz - -PATCH_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ -PATCHFILES= ${DISTNAME}.kanji.patch7b5.gz MAINTAINER= issei@jp.FreeBSD.ORG -PATCH_DIST_STRIP= -p1 PLIST= ../tcsh-nls-generic/pkg/PLIST -NLSSRC= tcsh-6.07.09/nls/ja.roomi +NLSSRC= ${DISTNAME}/nls/ja.roomi .include "../tcsh-nls-generic/Makefile" |