diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-03 22:18:31 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-03 22:18:31 +0800 |
commit | e0d281826ab6113877f30969fbae2bfe88a5211d (patch) | |
tree | b58c85b0a8ed77b2380a78f1b9da1cbd5fc64d2d /japanese/openoffice-1.0 | |
parent | 5a598df08abb301ee655ad6ba9ec2ee12761543f (diff) | |
download | freebsd-ports-gnome-e0d281826ab6113877f30969fbae2bfe88a5211d.tar.gz freebsd-ports-gnome-e0d281826ab6113877f30969fbae2bfe88a5211d.tar.zst freebsd-ports-gnome-e0d281826ab6113877f30969fbae2bfe88a5211d.zip |
Use MASTERDIR
Add "editors" to CATEGORIES
Diffstat (limited to 'japanese/openoffice-1.0')
-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 45ed2199ffb9..0cfb6846d5be 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" |