summaryrefslogtreecommitdiffstats
path: root/share/i18n
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-09-05 20:18:59 +0000
committersjg <sjg@FreeBSD.org>2013-09-05 20:18:59 +0000
commit62bb1062226d3ce6a2350808256a25508978352d (patch)
tree22b131dceb13c3df96da594fbaadb693504797c7 /share/i18n
parent72ab90509b3a51ab361bf710338f2ef44a4e360d (diff)
parent04932445481c2cb89ff69a83b961bdef3d64757e (diff)
downloadFreeBSD-src-62bb1062226d3ce6a2350808256a25508978352d.zip
FreeBSD-src-62bb1062226d3ce6a2350808256a25508978352d.tar.gz
Merge from head
Diffstat (limited to 'share/i18n')
-rw-r--r--share/i18n/csmapper/KAZAKH/KZ1048%UCS.src4
-rw-r--r--share/i18n/csmapper/KAZAKH/UCS%KZ1048.src4
-rw-r--r--share/i18n/csmapper/Makefile4
-rw-r--r--share/i18n/esdb/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src b/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src
index ca299db..05cab4d 100644
--- a/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src
+++ b/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src
@@ -22,8 +22,8 @@ BEGIN_MAP
# Suitability for use in MIME text:
# Yes
# Published specification(s):
-# The official Standard STRK1048-2002 was created by the Committee of standartization of
-# Ministry of economy and trade of Kazakhstan Republic ans was published in print by the
+# The official Standard STRK1048-2002 was created by the Committee of standardization of
+# Ministry of economy and trade of Kazakhstan Republic and was published in print by the
# Kazakhstan Standard Committee, Astana, February 7, 2002
#
# Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html
diff --git a/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src b/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src
index 5d1227e..be6c4bd 100644
--- a/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src
+++ b/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src
@@ -22,8 +22,8 @@ BEGIN_MAP
# Suitability for use in MIME text:
# Yes
# Published specification(s):
-# The official Standard STRK1048-2002 was created by the Committee of standartization of
-# Ministry of economy and trade of Kazakhstan Republic ans was published in print by the
+# The official Standard STRK1048-2002 was created by the Committee of standardization of
+# Ministry of economy and trade of Kazakhstan Republic and was published in print by the
# Kazakhstan Standard Committee, Astana, February 7, 2002
#
# Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html
diff --git a/share/i18n/csmapper/Makefile b/share/i18n/csmapper/Makefile
index 7a0e372..54746f9 100644
--- a/share/i18n/csmapper/Makefile
+++ b/share/i18n/csmapper/Makefile
@@ -7,7 +7,7 @@ SUBDIR= APPLE AST BIG5 CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 JIS \
KAZAKH KOI KS MISC TCVN
mapper.dir: ${SUBDIR}
- touch ${.TARGET}
+ > ${.TARGET}
.for i in ${SUBDIR}
cat ${i}/mapper.dir.${i} >> ${.TARGET}
.endfor
@@ -18,7 +18,7 @@ FILES+= mapper.dir mapper.dir.db
CLEANFILES+= mapper.dir mapper.dir.db
charset.pivot: ${SUBDIR}
- touch ${.TARGET}
+ > ${.TARGET}
.for i in ${SUBDIR}
cat ${i}/charset.pivot.${i} >> ${.TARGET}
.endfor
diff --git a/share/i18n/esdb/Makefile b/share/i18n/esdb/Makefile
index 419ca21..3cd372c 100644
--- a/share/i18n/esdb/Makefile
+++ b/share/i18n/esdb/Makefile
@@ -10,7 +10,7 @@ FILES+= esdb.dir esdb.dir.db esdb.alias esdb.alias.db
CLEANFILES= ${FILES}
esdb.dir: ${SUBDIR}
- touch $@
+ > $@
.for i in ${SUBDIR}
cat ${i}/esdb.dir.${i} >>${.TARGET}
.endfor
@@ -18,7 +18,7 @@ esdb.dir.db: esdb.dir
${MKESDB} -m -o ${.TARGET} ${.ALLSRC}
esdb.alias: ${SUBDIR}
- touch $@
+ > $@
.for i in ${SUBDIR}
cat ${i}/esdb.alias.${i} >>${.TARGET}
.endfor
OpenPOWER on IntegriCloud