diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/tcsh-nls-rishu | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Notes
Notes:
svn path=/head/; revision=27463
Diffstat (limited to 'japanese/tcsh-nls-rishu')
-rw-r--r-- | japanese/tcsh-nls-rishu/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/tcsh-nls-rishu/Makefile b/japanese/tcsh-nls-rishu/Makefile index d8965e7a3c9f..d78ed2a3eb6c 100644 --- a/japanese/tcsh-nls-rishu/Makefile +++ b/japanese/tcsh-nls-rishu/Makefile @@ -1,21 +1,16 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Rishu) -# 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-rishu-6.08.05 -CATEGORIES= japanese shells -MASTER_SITES= ${MASTER_SITE_PORTS_JP} +CATALOGNAME= rishu MAINTAINER= issei@jp.FreeBSD.org MASTERDIR= ${.CURDIR}/../tcsh-nls-generic PKGDIR= ${.CURDIR}/pkg PLIST= ${MASTERDIR}/pkg/PLIST -NLSSRC= ${DISTNAME}/nls/ja.rishu .include "${MASTERDIR}/Makefile" |