diff options
author | brooks <brooks@FreeBSD.org> | 2013-01-24 17:00:11 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-01-24 17:00:11 +0000 |
commit | df93558da4a5bc8c85c61b0256dbf6df6660643c (patch) | |
tree | 824932bb894df7cb1aa1d28558c085b917b684c3 /share/numericdef/Makefile | |
parent | 94e6ca822dcdde4f67df9402f57d5031106b551a (diff) | |
download | FreeBSD-src-df93558da4a5bc8c85c61b0256dbf6df6660643c.zip FreeBSD-src-df93558da4a5bc8c85c61b0256dbf6df6660643c.tar.gz |
Don't link two different things to the same paths. As tiebreaker I've
picked the link that was installed last so as to not change the behavior.
The one exception is sr_YU.ISO8859-2/LC_MONETARY where a file was being
replaced by a link.
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 2dc12f8..baf99de 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -93,7 +93,7 @@ eucJP_UTF-8= ja_JP eucKR_CP949= ko_KR eucKR_UTF-8= ko_KR ISO8859-1_ISO8859-15= af_ZA ca_ES da_DK de_CH de_DE en_US es_ES eu_ES \ - fi_FI fr_BE fr_FR is_IS it_CH it_IT nl_NL no_NO pt_PT sv_SE \ + fi_FI fr_BE fr_FR is_IS it_IT nl_NL no_NO pt_PT sv_SE \ ${BE_LINKS} ${CA_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} \ ${IT_LINKS} ${NO_LINKS} ${US_LINKS} ISO8859-1_ISO8859-1= ${BE_LINKS} ${CA_LINKS} ${DE_LINKS} ${FR_LINKS} \ |