summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-07-16 20:19:36 +0000
committerkensmith <kensmith@FreeBSD.org>2009-07-16 20:19:36 +0000
commita105b2da83204b9ec4a737203ba19bf0dba20f31 (patch)
tree1568b67e6a649a12d9176b7305f8ed8d7bfacd3e /usr.sbin
parentd2202065d565efbe0f640ffbfe6c3fba617cf3d0 (diff)
downloadFreeBSD-src-a105b2da83204b9ec4a737203ba19bf0dba20f31.zip
FreeBSD-src-a105b2da83204b9ec4a737203ba19bf0dba20f31.tar.gz
Correct the name of the Mongolian Documentation package.
Approved by: re (kib)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index c48d5b8..3c84a1d 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -143,7 +143,7 @@ static Distribution DocDistTable[] = {
DTE_PACKAGE("Hungarian Documentation", &DocDists, DOC_HU, "hu-freebsd-doc"),
DTE_PACKAGE("Italian Documentation", &DocDists, DOC_IT, "it-freebsd-doc"),
DTE_PACKAGE("Japanese Documentation", &DocDists, DOC_JA, "ja-freebsd-doc"),
- DTE_PACKAGE("Mongolian Documentation", &DocDists, DOC_MN, "mn-freebsd-doc-mn"),
+ DTE_PACKAGE("Mongolian Documentation", &DocDists, DOC_MN, "mn-freebsd-doc"),
DTE_PACKAGE("Dutch Documentation", &DocDists, DOC_NL, "nl-freebsd-doc"),
DTE_PACKAGE("Polish Documentation", &DocDists, DOC_PL, "pl-freebsd-doc"),
DTE_PACKAGE("Portuguese Documentation", &DocDists, DOC_PT, "pt-freebsd-doc"),
OpenPOWER on IntegriCloud