mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Akinori MUSHA](/assets/img/avatar_default.png)
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"
|