- Fix plist

PR:		ports/84134
Submitted by:	maintainer
This commit is contained in:
Michael Johnson 2005-07-27 02:32:35 +00:00
parent 2c58e8c7f2
commit 593ec7aa7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140207
2 changed files with 2 additions and 4 deletions

View file

@ -41,8 +41,7 @@ do-install:
(cd ${FIREFOX_HOME}/defaults/pref; \
${MV} -f firefox-l10n.js firefox-l10n.js.orig)
(cd ${FIREFOX_HOME}/defaults/profile; \
${MV} -f bookmarks.html bookmarks.html.orig; \
${MV} -f prefs.js prefs.js.orig)
${MV} -f bookmarks.html bookmarks.html.orig)
(cd ${FIREFOX_HOME}/chrome; \
${MV} -f chrome.rdf chrome.rdf.orig; \
${MV} -f installed-chrome.txt installed-chrome.txt.orig)

View file

@ -41,8 +41,7 @@ do-install:
(cd ${FIREFOX_HOME}/defaults/pref; \
${MV} -f firefox-l10n.js firefox-l10n.js.orig)
(cd ${FIREFOX_HOME}/defaults/profile; \
${MV} -f bookmarks.html bookmarks.html.orig; \
${MV} -f prefs.js prefs.js.orig)
${MV} -f bookmarks.html bookmarks.html.orig)
(cd ${FIREFOX_HOME}/chrome; \
${MV} -f chrome.rdf chrome.rdf.orig; \
${MV} -f installed-chrome.txt installed-chrome.txt.orig)