summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 04:35:15 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 04:35:15 +0800
commitf1afabc4aef9dc7955d0971012e2fdedf1c930b3 (patch)
tree13e3afab52caa4f7c359a4d63e0187ccd1f28529 /deskutils/deskbar-applet/files
parent67054b4dd707068865ffe7f805db109742db357e (diff)
downloadmarcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.tar
marcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.tar.gz
marcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.tar.bz2
marcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.tar.lz
marcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.tar.xz
marcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.tar.zst
marcuscom-ports-f1afabc4aef9dc7955d0971012e2fdedf1c930b3.zip
Fix up a few of X11BASE -> LOCALBASE for share/gnome/applications and
chase mozilla/firefox living in LOCALBASE now. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6693 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files')
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
index a668777c1..ffad36e44 100644
--- a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
+++ b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
@@ -4,7 +4,7 @@
get_firefox_home_file("searchplugins"),
get_firefox_home_file("search"),
expanduser("~/.mozilla/searchplugins"),
-+ "%%X11BASE%%/lib/firefox/searchplugins",
++ "%%LOCALBASE%%/lib/firefox/searchplugins",
"/usr/lib/firefox/searchplugins",
"/usr/local/lib/firefox/searchplugins",
"/usr/lib/mozilla-firefox/searchplugins",
@@ -12,7 +12,7 @@
smart_dirs = [
get_mozilla_home_file("search"),
expanduser("~/.mozilla/searchplugins"),
-+ "%%X11BASE%%/lib/mozilla/searchplugins",
++ "%%LOCALBASE%%/lib/mozilla/searchplugins",
"/usr/lib/mozilla/searchplugins",
"/usr/local/lib/mozilla/searchplugins"]