mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1b8ed15b83
Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Correct the wrong CATEGORIES specification. - Language specific categories should come first. - SeizeDesktop is not a `x11-toolkits' port. (Copy & paste miss?)
14 lines
293 B
Makefile
14 lines
293 B
Makefile
# New ports collection makefile for: JDE's SeizeDesktop for ja-TkStep
|
|
# Date created: 25 March 1999
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
LANGUAGE= Japanese
|
|
MASTERDIR= ${.CURDIR}/../../misc/seizedesktop
|
|
|
|
.include "${MASTERDIR}/Makefile"
|