diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-21 17:16:22 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-21 17:16:22 +0000 |
commit | 8e2f7cb409db55368ba7449bec18320e75f27318 (patch) | |
tree | fa03d277f8581262e6683a9cba9ea53903f6fd7c /german | |
parent | a2d8d8b86dd8597ac7432068126509debdb8f450 (diff) | |
download | ports-8e2f7cb409db55368ba7449bec18320e75f27318.tar.gz ports-8e2f7cb409db55368ba7449bec18320e75f27318.zip |
Add USE_LANG support for german port.
Notes
Notes:
svn path=/head/; revision=73734
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 |