diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
commit | 6eff5967a7a142fa7085178c8046e462a6f66e9e (patch) | |
tree | 6c280a5fa20df78f1d79b42076c806a8ecf36bc1 /japanese/ewipe/Makefile | |
parent | Cosmetic. Set their categories right. (diff) |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Diffstat (limited to 'japanese/ewipe/Makefile')
-rw-r--r-- | japanese/ewipe/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile index e41d12d3952c..1e5e599249dc 100644 --- a/japanese/ewipe/Makefile +++ b/japanese/ewipe/Makefile @@ -5,6 +5,10 @@ # $FreeBSD$ # +CATEGORIES= japanese + +RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42 + MASTERDIR= ${.CURDIR}/../../misc/ewipe PATCHDIR= ${.CURDIR}/patches COMMENT= ${.CURDIR}/pkg/COMMENT @@ -12,9 +16,3 @@ COMMENT= ${.CURDIR}/pkg/COMMENT KANJI= yes .include "${MASTERDIR}/Makefile" - -CATEGORIES= japanese misc tk42 - -MAINTAINER= itojun@itojun.org - -RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42 |