diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-03 14:18:31 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-03 14:18:31 +0000 |
commit | e0d281826ab6113877f30969fbae2bfe88a5211d (patch) | |
tree | b58c85b0a8ed77b2380a78f1b9da1cbd5fc64d2d /japanese | |
parent | 5a598df08abb301ee655ad6ba9ec2ee12761543f (diff) | |
download | FreeBSD-ports-e0d281826ab6113877f30969fbae2bfe88a5211d.zip FreeBSD-ports-e0d281826ab6113877f30969fbae2bfe88a5211d.tar.gz |
Use MASTERDIR
Add "editors" to CATEGORIES
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/openoffice-1.0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/openoffice-1.0/Makefile b/japanese/openoffice-1.0/Makefile index 45ed219..0cfb684 100644 --- a/japanese/openoffice-1.0/Makefile +++ b/japanese/openoffice-1.0/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" |