summaryrefslogtreecommitdiffstats
path: root/share/timedef/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-16 07:31:55 +0000
committerache <ache@FreeBSD.org>2001-03-16 07:31:55 +0000
commitd5d29ffc4212cfec7dd3844e1746a8d1fa8a17d8 (patch)
tree00531e03a3b8d2162a87eca16a8c8b3bbeccca83 /share/timedef/Makefile
parent537835221275a0ce15bb3455badae1da652e8d0f (diff)
downloadFreeBSD-src-d5d29ffc4212cfec7dd3844e1746a8d1fa8a17d8.zip
FreeBSD-src-d5d29ffc4212cfec7dd3844e1746a8d1fa8a17d8.tar.gz
DIS_8859-15 -> ISO_8859-15 rename
Diffstat (limited to 'share/timedef/Makefile')
-rw-r--r--share/timedef/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index b2eca3f..f256dac 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -63,7 +63,7 @@ afterinstall:
done
for l in ${8859_15_LINKS}; do \
ln -fs ../$$l.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${DE_LINKS}; do \
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
@@ -71,7 +71,7 @@ afterinstall:
done
for l in ${DE_LINKS}; do \
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${IT_LINKS}; do \
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
@@ -79,7 +79,7 @@ afterinstall:
done
for l in ${IT_LINKS}; do \
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${FR_LINKS}; do \
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
@@ -87,7 +87,7 @@ afterinstall:
done
for l in ${FR_LINKS}; do \
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${LN_LINKS}; do \
ln -fs ../la_LN.ISO_8859-1/LC_TIME \
@@ -99,7 +99,7 @@ afterinstall:
done
for l in ${NL_LINKS}; do \
ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${US_LINKS}; do \
ln -fs ../en_US.ISO_8859-1/LC_TIME \
@@ -107,7 +107,7 @@ afterinstall:
done
for l in ${US_LINKS}; do \
ln -fs ../en_US.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${GB_LINKS}; do \
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
@@ -115,7 +115,7 @@ afterinstall:
done
for l in ${GB_LINKS}; do \
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ ${LOCALEDIR}/$$l.ISO_8859-15/LC_TIME; \
done
for l in ${JP_LINKS}; do \
ln -fs ../ja_JP.SJIS/LC_TIME \
OpenPOWER on IntegriCloud