diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-11 08:07:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-11 08:07:22 +0000 |
commit | a095bff8784a51cd7ffb4aa12e66e1f14d642911 (patch) | |
tree | 86c5667f4fbb8d3833140729a9daaebbe97799f7 | |
parent | a85109257ad0227975b3b7e91ac2a2f2129a6f43 (diff) | |
download | FreeBSD-src-a095bff8784a51cd7ffb4aa12e66e1f14d642911.zip FreeBSD-src-a095bff8784a51cd7ffb4aa12e66e1f14d642911.tar.gz |
Move en_CA from US_LINKS to GB_LINKS.
Submitted by: adamw
Approved by: ache
Committed by: me since adamw should be studying for exams
-rw-r--r-- | share/timedef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 4c69793..261f9be 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -102,8 +102,8 @@ FR_LINKS= fr_BE fr_CA fr_CH IT_LINKS= it_CH LN_LINKS= la_LN.US-ASCII la_LN.ISO8859-2 la_LN.ISO8859-4 NL_LINKS= nl_BE -US_LINKS= en_CA -GB_LINKS= en_AU en_NZ +US_LINKS= +GB_LINKS= en_AU en_CA en_NZ .SUFFIXES: .src .out |