diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-21 17:16:22 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-21 17:16:22 +0000 |
commit | 7a9720b72d1cc47ac7214c17c18311f7fe216b95 (patch) | |
tree | e57a52f5c28dac8098c036d45d094fa2f780b42f /german | |
parent | dbc23e2804fb9c2471b6678774443970bf36fc08 (diff) | |
download | FreeBSD-ports-7a9720b72d1cc47ac7214c17c18311f7fe216b95.zip FreeBSD-ports-7a9720b72d1cc47ac7214c17c18311f7fe216b95.tar.gz |
Add USE_LANG support for german port.
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 da37dd3..da0c060 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 da37dd3..da0c060 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 |