diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/openoffice-1.0/Makefile | 5 | ||||
-rw-r--r-- | german/openoffice/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile index da37dd3a1115..da0c060aa057 100644 --- a/german/openoffice-1.0/Makefile +++ b/german/openoffice-1.0/Makefile @@ -7,6 +7,11 @@ CATEGORIES= german editors +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= de_DE.ISO8859-15 +.endif +LANG_LIST= de_DE.ISO8859-15 de_AT.ISO8859-15 de_DE.ISO8859-15 \ + de_DE.ISO8859-1 de_AT.ISO8859-1 de_DE.ISO8859-1 LANG_PKGNAME= de LANG_EXT= 49 L10NHELP= helpcontent_${LANG_EXT}_unix.tgz diff --git a/german/openoffice/Makefile b/german/openoffice/Makefile index da37dd3a1115..da0c060aa057 100644 --- a/german/openoffice/Makefile +++ b/german/openoffice/Makefile @@ -7,6 +7,11 @@ CATEGORIES= german editors +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= de_DE.ISO8859-15 +.endif +LANG_LIST= de_DE.ISO8859-15 de_AT.ISO8859-15 de_DE.ISO8859-15 \ + de_DE.ISO8859-1 de_AT.ISO8859-1 de_DE.ISO8859-1 LANG_PKGNAME= de LANG_EXT= 49 L10NHELP= helpcontent_${LANG_EXT}_unix.tgz |