blob: e32b389a721adc8e1c364476574026b365d08a1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: ja-tcsh NLS catalog (Hoshino Ruri)
# Date created: 19 August 1998
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
#
# $FreeBSD$
#
CATALOGNAME= ruri2
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese NLS catalog for TCSH ("Ruri2" taste)
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|