021be14f65
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
14 lines
302 B
Makefile
14 lines
302 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= korean
|
|
PKGNAMESUFFIX= -server
|
|
|
|
COMMENT= Japanese/Chinese/Korean input method (Korean server)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
OPTIONS_DEFAULT=KWNN SERVER
|
|
|
|
.include "${MASTERDIR}/Makefile"
|