f88690bf53
Ensure that the master category is always matches name of the parent (category) directory. This is required for ORIGIN to function properly.
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# New ports collection makefile for: Muggy for ja-TkStep
|
|
# Date created: 25 March 1999
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
LANGUAGE= Japanese
|
|
MASTERDIR= ${.CURDIR}/../../x11-fm/binder
|
|
|
|
.include "${MASTERDIR}/Makefile"
|