diff options
-rw-r--r-- | korean/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | korean/openoffice/Makefile | 4 | ||||
-rw-r--r-- | russian/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | russian/openoffice/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/korean/openoffice-1.0/Makefile b/korean/openoffice-1.0/Makefile index 0c499c08c59c..d85781db2fce 100644 --- a/korean/openoffice-1.0/Makefile +++ b/korean/openoffice-1.0/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -CATEGORIES= korean +CATEGORIES= korean editors LANG_PKGNAME= kr LANG_EXT= 82 LANG_CONFIGURE_ARG= KOREAN MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/korean/openoffice/Makefile b/korean/openoffice/Makefile index 0c499c08c59c..d85781db2fce 100644 --- a/korean/openoffice/Makefile +++ b/korean/openoffice/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -CATEGORIES= korean +CATEGORIES= korean editors LANG_PKGNAME= kr LANG_EXT= 82 LANG_CONFIGURE_ARG= KOREAN MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/russian/openoffice-1.0/Makefile b/russian/openoffice-1.0/Makefile index a244bafb5441..307a753fc782 100644 --- a/russian/openoffice-1.0/Makefile +++ b/russian/openoffice-1.0/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -CATEGORIES= russian +CATEGORIES= russian editors LANG_PKGNAME= ru LANG_EXT= 07 LANG_CONFIGURE_ARG= RUSS MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/russian/openoffice/Makefile b/russian/openoffice/Makefile index a244bafb5441..307a753fc782 100644 --- a/russian/openoffice/Makefile +++ b/russian/openoffice/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -CATEGORIES= russian +CATEGORIES= russian editors LANG_PKGNAME= ru LANG_EXT= 07 LANG_CONFIGURE_ARG= RUSS MASTERDIR= ${.CURDIR}/../../editors/openoffice -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" |