diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-02 10:25:22 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-02 10:25:22 +0000 |
commit | 9cbbafd404c73809ebe08ffc5613dc79811db68e (patch) | |
tree | d544aed2c0ce8183d0f8b077cef9b491ddd10e86 /portuguese | |
parent | 6d9e6b8b7dfa273c25e51714d843f35f4edf53c1 (diff) | |
download | FreeBSD-ports-9cbbafd404c73809ebe08ffc5613dc79811db68e.zip FreeBSD-ports-9cbbafd404c73809ebe08ffc5613dc79811db68e.tar.gz |
Add LANG to Makefile.
Submitted by: Hugo D. Valentim <hvalentim@gmx.net>
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/openoffice-1.0/Makefile | 6 | ||||
-rw-r--r-- | portuguese/openoffice/Makefile | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/portuguese/openoffice-1.0/Makefile b/portuguese/openoffice-1.0/Makefile index 40a6305..54a9f1f 100644 --- a/portuguese/openoffice-1.0/Makefile +++ b/portuguese/openoffice-1.0/Makefile @@ -7,6 +7,12 @@ CATEGORIES= portuguese +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= pt_PT.ISO8859-15 +.endif +LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \ + pt_BR.ISO8859-1 + LANG_PKGNAME= pt LANG_EXT= 03 LANG_CONFIGURE_ARG= PORT diff --git a/portuguese/openoffice/Makefile b/portuguese/openoffice/Makefile index 40a6305..54a9f1f 100644 --- a/portuguese/openoffice/Makefile +++ b/portuguese/openoffice/Makefile @@ -7,6 +7,12 @@ CATEGORIES= portuguese +.if !defined (LANG) && !defined(USE_LANG) +USE_LANG= pt_PT.ISO8859-15 +.endif +LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \ + pt_BR.ISO8859-1 + LANG_PKGNAME= pt LANG_EXT= 03 LANG_CONFIGURE_ARG= PORT |