diff options
author | phantom <phantom@FreeBSD.org> | 2002-02-12 18:40:57 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-02-12 18:40:57 +0000 |
commit | 34c0145ee3ec3a499012c5105a99caf53eced3ee (patch) | |
tree | 0b1b1cfc8258e98a7349ea9e04be33b18dd33a57 /share/numericdef | |
parent | 6309c679bd4dd017e4ded736e1eeeb9504f8715a (diff) | |
download | FreeBSD-src-34c0145ee3ec3a499012c5105a99caf53eced3ee.zip FreeBSD-src-34c0145ee3ec3a499012c5105a99caf53eced3ee.tar.gz |
Unbreak nl_BE locales
Found by: tools/diag/localeck
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index bb2831f..935d932 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -51,6 +51,8 @@ FR_LINKS= fr_CA fr_CH DE_LINKS= de_AT de_CH IT_LINKS= it_CH +BE_LINKS= nl_BE + .SUFFIXES: .src .out .src.out: @@ -101,6 +103,12 @@ afterinstall: ln -sf ../it_IT.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC .endfor +.for link in ${BE_LINKS} + ln -sf ../fr_BE.ISO8859-1/LC_NUMERIC \ + ${LOCALEDIR}/${link}.ISO8859-1/LC_NUMERIC + ln -sf ../fr_BE.ISO8859-1/LC_NUMERIC \ + ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC +.endfor .for link in ${ASCIILINKS} ln -sf ../${link}.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC |