mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add LANG to Makefile.
Submitted by: Hugo D. Valentim <hvalentim@gmx.net>
This commit is contained in:
parent
3b8956b0d3
commit
24fd8739ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76726
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user