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-merril | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Notes
Diffstat (limited to 'japanese/tcsh-nls-merril')
-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" |