summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-11 02:00:33 +0000
committerache <ache@FreeBSD.org>2001-06-11 02:00:33 +0000
commit3e928e7e2b2184db60bf27d4bd182031dececcb7 (patch)
treee6325883351192847b7ba8fae934ce30c5a2fdfa /release
parent7ec2d96d826c0a27e33b398a0c5c7031ea625ee0 (diff)
downloadFreeBSD-src-3e928e7e2b2184db60bf27d4bd182031dececcb7.zip
FreeBSD-src-3e928e7e2b2184db60bf27d4bd182031dececcb7.tar.gz
ISO_ -> ISO
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
-rw-r--r--release/picobsd/dial/config6
2 files changed, 6 insertions, 6 deletions
diff --git a/release/Makefile b/release/Makefile
index e86cefb..1530085 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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
diff --git a/release/picobsd/dial/config b/release/picobsd/dial/config
index 14eb23a..31cb90e 100644
--- a/release/picobsd/dial/config
+++ b/release/picobsd/dial/config
@@ -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
OpenPOWER on IntegriCloud