ISO_ -> ISO

This commit is contained in:
Andrey A. Chernov 2001-06-11 02:00:33 +00:00
parent f2a2da8322
commit 22df530d11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78041
2 changed files with 6 additions and 6 deletions

View File

@ -76,7 +76,7 @@ OBJFORMAT?= elf
# Uncomment and modify this definition if you want the release notes
# and other release documentation in a language other than English.
#RELNOTES_LANG= en_US.ISO_8859-1
#RELNOTES_LANG= en_US.ISO8859-1
# As an alternative to installing the entire ports collection (which
# can take a huge amount of time, in particular on slower disks),
@ -337,7 +337,7 @@ rerelease release:
.if defined(ALLLANG) && ${ALLLANG} != "NO" && ${ALLLANG} != "no"
echo "export ALLLANG=${ALLLANG}" >> ${CHROOTDIR}/mk
.else
echo "export DOC_LANG=en_US.ISO_8859-1" >> ${CHROOTDIR}/mk
echo "export DOC_LANG=en_US.ISO8859-1" >> ${CHROOTDIR}/mk
.endif
.if defined(NOSRC)
echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk
@ -345,7 +345,7 @@ rerelease release:
.if defined(RELNOTES_LANG)
echo "export RELNOTES_LANG=${RELNOTES_LANG}" >> ${CHROOTDIR}/mk
.else
echo "export RELNOTES_LANG=en_US.ISO_8859-1" >> ${CHROOTDIR}/mk
echo "export RELNOTES_LANG=en_US.ISO8859-1" >> ${CHROOTDIR}/mk
.endif
.if defined(NOSHARED)
echo "export NOSHARED=${NOSHARED}" >> ${CHROOTDIR}/mk

View File

@ -5,11 +5,11 @@ MY_DEVS="std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0 \
psm0 \
wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4"
#.if ${LANGUAGE} == pl
#LOCALE=pl_PL.ISO_8859-2
#LOCALE=pl_PL.ISO8859-2
#LOCALE_LINKS=${PL_LOCALE_LINKS}
#FONT=iso02-8x16.fnt
#KBD=pl_PL.ISO_8859-2.kbd
#KBD=pl_PL.ISO8859-2.kbd
#.else
#LOCALE=en_US.ISO_8859-1
#LOCALE=en_US.ISO8859-1
#LOCALE_LINKS=${US_LOCALE_LINKS}
#.endif