mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b6bc9dde59
Submitted by: Issei Suzuki <issei@jp.freebsd.org> * Update distfiles. Old distiles have been unfechable now. * Remove ${FILES}/md5 in some port skeltons. It is needless by using ${MASTERDIR} variable.
22 lines
568 B
Makefile
22 lines
568 B
Makefile
# New ports collection makefile for: ja-tcsh NLS catalog (Roomi)
|
|
# Version required: 6.08.02
|
|
# Date created: 19 August 1998
|
|
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/12/01 03:06:20 asami Exp $
|
|
#
|
|
|
|
DISTNAME= tcsh-6.08.02.add2
|
|
PKGNAME= ja-tcsh-nls-roomi-6.08.02
|
|
CATEGORIES= japanese shells
|
|
MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/
|
|
|
|
MAINTAINER= issei@jp.FreeBSD.ORG
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
PLIST= ${MASTERDIR}/pkg/PLIST
|
|
NLSSRC= ${DISTNAME}/nls/ja.roomi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|