diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-03 22:18:32 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-03 22:18:32 +0800 |
commit | 3ae25bd8deec239ef123ce9744aef3a95f54e675 (patch) | |
tree | 51100682e99808ba504fbb8c306f18a79aef0106 /japanese/openoffice | |
parent | e0d281826ab6113877f30969fbae2bfe88a5211d (diff) | |
download | freebsd-ports-gnome-3ae25bd8deec239ef123ce9744aef3a95f54e675.tar.gz freebsd-ports-gnome-3ae25bd8deec239ef123ce9744aef3a95f54e675.tar.zst freebsd-ports-gnome-3ae25bd8deec239ef123ce9744aef3a95f54e675.zip |
Use MASTERDIR
Add "editors" to CATEGORIES
Diffstat (limited to 'japanese/openoffice')
-rw-r--r-- | japanese/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/openoffice/Makefile b/japanese/openoffice/Makefile index 45ed2199ffb9..0cfb6846d5be 100644 --- a/japanese/openoffice/Makefile +++ b/japanese/openoffice/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= japanese +CATEGORIES= japanese editors LANG_PKGNAME= jp LANG_EXT= 81 @@ -13,4 +13,4 @@ LANG_CONFIGURE_ARG= JAPN MASTERDIR= ${.CURDIR}/../../editors/openoffice RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" |