aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-06-11 02:00:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-06-11 02:00:33 +0000
commit22df530d11f657db0adb4f7357ce3dfb026ccde3 (patch)
treee6325883351192847b7ba8fae934ce30c5a2fdfa
parentf2a2da83220c178b8f5c15b3b041bc000616875c (diff)
Notes
-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 e86cefbceb85..1530085f7afe 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 14eb23add432..31cb90e6a563 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