diff options
author | mbr <mbr@FreeBSD.org> | 2003-02-13 07:28:02 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-02-13 07:28:02 +0800 |
commit | 48f6f4048a2a727bff0a0e8e828fd688dc50fad5 (patch) | |
tree | 1e1eb7886b6fb43aee437267d2f0fdb7d04101ab | |
parent | 8948eabb030c67f1a84e6d806e99ccd83f28f296 (diff) | |
download | freebsd-ports-gnome-48f6f4048a2a727bff0a0e8e828fd688dc50fad5.tar.gz freebsd-ports-gnome-48f6f4048a2a727bff0a0e8e828fd688dc50fad5.tar.zst freebsd-ports-gnome-48f6f4048a2a727bff0a0e8e828fd688dc50fad5.zip |
Add correct encodings for the russian port.
PR: 47967
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
-rw-r--r-- | russian/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | russian/openoffice/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/russian/openoffice-1.0/Makefile b/russian/openoffice-1.0/Makefile index 4918e6ea5020..2e433c9fb04c 100644 --- a/russian/openoffice-1.0/Makefile +++ b/russian/openoffice-1.0/Makefile @@ -7,6 +7,10 @@ CATEGORIES= russian editors +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= ru_RU.KOI8-R +.endif +LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U LANG_PKGNAME= ru LANG_EXT= 07 LANG_CONFIGURE_ARG= RUSS diff --git a/russian/openoffice/Makefile b/russian/openoffice/Makefile index 4918e6ea5020..2e433c9fb04c 100644 --- a/russian/openoffice/Makefile +++ b/russian/openoffice/Makefile @@ -7,6 +7,10 @@ CATEGORIES= russian editors +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= ru_RU.KOI8-R +.endif +LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U LANG_PKGNAME= ru LANG_EXT= 07 LANG_CONFIGURE_ARG= RUSS |