mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
3269bdc6d0
PR: ports/79594 Submitted by: maintainer
50 lines
2.5 KiB
Plaintext
50 lines
2.5 KiB
Plaintext
@exec mv %D/bin/%%MOZILLA%% %D/bin/%%MOZILLA%%.orig
|
|
@exec mv %D/lib/%%MOZILLA%%/chrome/chrome.rdf %D/lib/%%MOZILLA%%/chrome/chrome.rdf.orig
|
|
@exec mv %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt.orig
|
|
@exec mv %D/lib/%%MOZILLA%%/components/xpti.dat %D/lib/%%MOZILLA%%/xpti.dat.orig
|
|
bin/%%MOZILLA%%
|
|
lib/%%MOZILLA%%/chrome/JP.jar
|
|
lib/%%MOZILLA%%/chrome/chrome.rdf
|
|
lib/%%MOZILLA%%/chrome/installed-chrome.txt
|
|
lib/%%MOZILLA%%/chrome/ja-JP.jar
|
|
lib/%%MOZILLA%%/chrome/ja-mac.jar
|
|
lib/%%MOZILLA%%/chrome/ja-unix.jar
|
|
lib/%%MOZILLA%%/chrome/ja-win.jar
|
|
lib/%%MOZILLA%%/components/xpti.dat
|
|
lib/%%MOZILLA%%/defaults/messenger/JP/mailViews.dat
|
|
lib/%%MOZILLA%%/defaults/profile/JP/chrome/userChrome-example.css
|
|
lib/%%MOZILLA%%/defaults/profile/JP/chrome/userChrome-example-euc.css
|
|
lib/%%MOZILLA%%/defaults/profile/JP/chrome/userChrome-example-sjis.css
|
|
lib/%%MOZILLA%%/defaults/profile/JP/chrome/userContent-example.css
|
|
lib/%%MOZILLA%%/defaults/profile/JP/chrome/userContent-example-euc.css
|
|
lib/%%MOZILLA%%/defaults/profile/JP/chrome/userContent-example-sjis.css
|
|
lib/%%MOZILLA%%/defaults/profile/JP/bookmarks.html
|
|
lib/%%MOZILLA%%/defaults/profile/JP/localstore.rdf
|
|
lib/%%MOZILLA%%/defaults/profile/JP/mimeTypes.rdf
|
|
lib/%%MOZILLA%%/defaults/profile/JP/panels.rdf
|
|
lib/%%MOZILLA%%/defaults/profile/JP/prefs.js
|
|
lib/%%MOZILLA%%/defaults/profile/JP/search.rdf
|
|
lib/%%MOZILLA%%/searchplugins/amazon-ja.src
|
|
lib/%%MOZILLA%%/searchplugins/amazon-ja.png
|
|
lib/%%MOZILLA%%/searchplugins/google-ja.src
|
|
lib/%%MOZILLA%%/searchplugins/google-ja.gif
|
|
lib/%%MOZILLA%%/searchplugins/google_news.src
|
|
lib/%%MOZILLA%%/searchplugins/google_news.gif
|
|
lib/%%MOZILLA%%/searchplugins/kakaku.src
|
|
lib/%%MOZILLA%%/searchplugins/kakaku.png
|
|
lib/%%MOZILLA%%/searchplugins/mozillazine-ja.src
|
|
lib/%%MOZILLA%%/searchplugins/mozillazine-ja.png
|
|
lib/%%MOZILLA%%/searchplugins/wikipedia-ja.src
|
|
lib/%%MOZILLA%%/searchplugins/wikipedia-ja.png
|
|
lib/%%MOZILLA%%/searchplugins/yahoo-ja.src
|
|
lib/%%MOZILLA%%/searchplugins/yahoo-ja.png
|
|
lib/%%MOZILLA%%/searchplugins/wni.src
|
|
lib/%%MOZILLA%%/searchplugins/wni.png
|
|
@unexec mv %D/bin/%%MOZILLA%%.orig %D/bin/%%MOZILLA%%
|
|
@unexec mv %D/lib/%%MOZILLA%%/chrome/chrome.rdf.orig %D/lib/%%MOZILLA%%/chrome/chrome.rdf
|
|
@unexec mv %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt.orig %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt
|
|
@unexec mv %D/lib/%%MOZILLA%%/xpti.dat.orig %D/lib/%%MOZILLA%%/components/xpti.dat
|
|
@dirrm lib/%%MOZILLA%%/defaults/profile/JP/chrome
|
|
@dirrm lib/%%MOZILLA%%/defaults/profile/JP
|
|
@dirrm lib/%%MOZILLA%%/defaults/messenger/JP
|