diff options
-rw-r--r-- | chinese/openoffice/Makefile | 2 | ||||
-rw-r--r-- | french/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | french/openoffice/Makefile | 2 | ||||
-rw-r--r-- | german/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | german/openoffice/Makefile | 4 | ||||
-rw-r--r-- | japanese/openoffice-1.0/Makefile | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/chinese/openoffice/Makefile b/chinese/openoffice/Makefile index aa8a84a108d0..bf691018ded2 100644 --- a/chinese/openoffice/Makefile +++ b/chinese/openoffice/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= chinese +CATEGORIES= chinese editors LANG_PKGNAME= zh LANG_EXT= 86 diff --git a/french/openoffice-1.0/Makefile b/french/openoffice-1.0/Makefile index a28eb9a75193..7cffecae4b14 100644 --- a/french/openoffice-1.0/Makefile +++ b/french/openoffice-1.0/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= french +CATEGORIES= french editors LANG_PKGNAME= fr LANG_EXT= 33 diff --git a/french/openoffice/Makefile b/french/openoffice/Makefile index a28eb9a75193..7cffecae4b14 100644 --- a/french/openoffice/Makefile +++ b/french/openoffice/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= french +CATEGORIES= french editors LANG_PKGNAME= fr LANG_EXT= 33 diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile index b3cce04bb5ed..71757bc70c38 100644 --- a/german/openoffice-1.0/Makefile +++ b/german/openoffice-1.0/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= german +CATEGORIES= german editors LANG_PKGNAME= de LANG_EXT= 49 @@ -16,4 +16,4 @@ EXTRACT_LANGDIST+= de_DE.zip de_CH.zip # MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/german/openoffice/Makefile b/german/openoffice/Makefile index b3cce04bb5ed..71757bc70c38 100644 --- a/german/openoffice/Makefile +++ b/german/openoffice/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= german +CATEGORIES= german editors LANG_PKGNAME= de LANG_EXT= 49 @@ -16,4 +16,4 @@ EXTRACT_LANGDIST+= de_DE.zip de_CH.zip # MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" 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" |