blob: 8c99e6f3ab083c89e0b028bf4e5720ac970461db (
plain)
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 (Merril)
# Date created: 6 January 1999
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
#
# $FreeBSD$
#
CATALOGNAME= merril
MAINTAINER= issei@jp.FreeBSD.org
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR}/pkg/PLIST
.include "${MASTERDIR}/Makefile"
|