diff options
author | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
commit | bbefe911602a99ae8eef0107c5a54a1238569918 (patch) | |
tree | e6a784c6fcf9fb5518d628b989fe84202164cacf /japanese/tcsh-nls-ruri2 | |
parent | df90bfb709b014707e299439696404a9c2b543f8 (diff) | |
download | freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.gz freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.zst freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.zip |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/tcsh-nls-ruri2')
-rw-r--r-- | japanese/tcsh-nls-ruri2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/tcsh-nls-ruri2/Makefile b/japanese/tcsh-nls-ruri2/Makefile index b169360c72a8..7f7751221190 100644 --- a/japanese/tcsh-nls-ruri2/Makefile +++ b/japanese/tcsh-nls-ruri2/Makefile @@ -1,21 +1,16 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Hoshino Ruri) -# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki <issei@jp.FreeBSD.org> # # $FreeBSD$ # -DISTNAME= tcsh-6.08.05.add2 -PKGNAME= ja-tcsh-nls-ruri2-6.08.05 -CATEGORIES= japanese shells -MASTER_SITES= ${MASTER_SITE_PORTS_JP} +CATALOGNAME= ruri2 MAINTAINER= issei@jp.FreeBSD.org MASTERDIR= ${.CURDIR}/../tcsh-nls-generic PKGDIR= ${.CURDIR}/pkg PLIST= ${MASTERDIR}/pkg/PLIST -NLSSRC= ${DISTNAME}/nls/ja.ruri2 .include "${MASTERDIR}/Makefile" |