1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix plist.

Reported by:	Kris / pointyhat.
This commit is contained in:
Thierry Thomas 2005-01-20 22:23:18 +00:00
parent 8208d2c4ba
commit b69efdeb14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126975
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,6 @@
%%MOZDIR%%/chrome/FR.jar
%%MOZDIR%%/chrome/fr-FR.jar
%%MOZDIR%%/chrome/fr-unix.jar
%%MOZDIR%%/chrome/user-locales.rdf
%%MOZDIR%%/chrome/user-skins.rdf
%%MOZDIR%%/components/myspell/fr-FR.aff
%%MOZDIR%%/components/myspell/fr-FR.dic
%%MOZDIR%%/defaults/isp/FR/movemail.rdf

View File

@ -52,7 +52,11 @@ rm -f $MOZDIR/component.reg
LD_LIBRARY_PATH=$MOZDIR MOZILLA_FIVE_HOME=$MOZDIR $MOZDIR/regxpcom || true
LD_LIBRARY_PATH=$MOZDIR MOZILLA_FIVE_HOME=$MOZDIR $MOZDIR/regchrome || true
touch $MOZDIR/chrome/user-skins.rdf $MOZDIR/chrome/user-locales.rdf
if [ -d "$MOZDIR/searchplugins" ]; then
chmod -R u+w "$MOZDIR/searchplugins"
fi
#touch $MOZDIR/chrome/user-skins.rdf $MOZDIR/chrome/user-locales.rdf
[ "x$2" = "xPOST-INSTALL" ] || rm $MOZDIR/chrome/installed-chrome.txt.bak