diff options
Diffstat (limited to 'japanese/tcsh-nls-merril/Makefile')
-rw-r--r-- | japanese/tcsh-nls-merril/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/tcsh-nls-merril/Makefile b/japanese/tcsh-nls-merril/Makefile index 32de6dca9de9..8c99e6f3ab08 100644 --- a/japanese/tcsh-nls-merril/Makefile +++ b/japanese/tcsh-nls-merril/Makefile @@ -1,21 +1,16 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Merril) -# Version required: 6.08.05 # Date created: 6 January 1999 # Whom: Issei Suzuki <issei@jp.FreeBSD.org> # # $FreeBSD$ # -DISTNAME= tcsh-6.08.05.add2 -PKGNAME= ja-tcsh-nls-merril-6.08.05 -CATEGORIES= japanese shells -MASTER_SITES= ${MASTER_SITE_PORTS_JP} +CATALOGNAME= merril MAINTAINER= issei@jp.FreeBSD.org MASTERDIR= ${.CURDIR}/../tcsh-nls-generic PKGDIR= ${.CURDIR}/pkg PLIST= ${MASTERDIR}/pkg/PLIST -NLSSRC= ${DISTNAME}/nls/ja.merril .include "${MASTERDIR}/Makefile" |