mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b67e638fb4
Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Fix the wrong CATEGORIES specification. (language specific categories should come first)
15 lines
277 B
Makefile
15 lines
277 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$
|
|
#
|
|
|
|
LANGUAGE= Japanese
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/muggy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|