diff options
Diffstat (limited to 'japanese/tcsh-nls-rishu/Makefile')
-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" |