summaryrefslogtreecommitdiffstats
path: root/chinese/mozilla-tclp/Makefile
diff options
context:
space:
mode:
authorkeith <keith@FreeBSD.org>2001-03-11 05:27:34 +0000
committerkeith <keith@FreeBSD.org>2001-03-11 05:27:34 +0000
commite112e1fe907b0d9aa1fe4612087837061d516047 (patch)
tree5dec663b8059dd1be434ede2e6870f38c9ff2f78 /chinese/mozilla-tclp/Makefile
parent9a852abd8e6e54ab38cdf2e8c7af4337e1bb4cb3 (diff)
downloadFreeBSD-ports-e112e1fe907b0d9aa1fe4612087837061d516047.zip
FreeBSD-ports-e112e1fe907b0d9aa1fe4612087837061d516047.tar.gz
Fix mozill-bin polling problems when initializing, due to an
incomplete locale setting. Reported and fix tested by: kliev, vanilla, keichii, sothat@zoonews.ee.ntu.edu.tw (Y.Chiu.=)
Diffstat (limited to 'chinese/mozilla-tclp/Makefile')
-rw-r--r--chinese/mozilla-tclp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/mozilla-tclp/Makefile b/chinese/mozilla-tclp/Makefile
index 69e64f4..2154799 100644
--- a/chinese/mozilla-tclp/Makefile
+++ b/chinese/mozilla-tclp/Makefile
@@ -33,6 +33,7 @@ do-build:
do-install:
(cd ${PREFIX}/lib/mozilla/chrome; \
+ ${MV} all-locales.rdf all-locales.rdf.orig; \
${MV} user-locales.rdf user-locales.rdf.orig; \
${MV} installed-chrome.txt installed-chrome.txt.orig)
(cd ${PREFIX}/lib/mozilla/defaults/pref; \
@@ -42,6 +43,8 @@ do-install:
(cd ${PREFIX}/lib/mozilla/chrome; \
${CP} installed-chrome.txt.orig installed-chrome.txt; \
${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
+ ${INSTALL_DATA} ${FILESDIR}/all-locales.rdf \
+ ${PREFIX}/lib/mozilla/chrome;
${INSTALL_DATA} ${WRKSRC}/chrome/user-locales.rdf \
${PREFIX}/lib/mozilla/chrome;
${INSTALL_DATA} ${WRKSRC}/chrome/zh-TW.jar \
OpenPOWER on IntegriCloud