blob: ecef524b18e87108588e20daa6f165c50045e0df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: ja-tcsh NLS catalog (Miyakonjo)
# Date created: 6 January 1999
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
#
# $FreeBSD$
#
CATALOGNAME= miyakonjo
MAINTAINER= issei@jp.FreeBSD.org
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR}/pkg/PLIST
.include "${MASTERDIR}/Makefile"
|