Author: jbeich
Date: Sun Nov 17 17:25:23 2013
New Revision: 1392

Log:
unbreak system-wide plugins and extensions after bug 803955

Adding those directories is largely redundant except in cases when a
port doesn't install application-specific symlinks e.g.,

  $ nspluginwrapper -a -v -i

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Sun Nov 17 12:04:46 2013        (r1391)
+++ trunk/Mk/bsd.gecko.mk       Sun Nov 17 17:25:23 2013        (r1392)
@@ -956,8 +956,9 @@
                ${MOZSRC}/xpcom/io/SpecialSystemDirectory.cpp
        @${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \
                ${MOZSRC}/xpcom/build/nsXPCOMPrivate.h
-       @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
+       @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
                -e 's|mozilla/plugins|browser_plugins|g' \
+               -e 's|share/mozilla/extensions|lib/xpi|g' \
                ${MOZSRC}/xpcom/io/nsAppFileLocationProvider.cpp \
                ${MOZSRC}/toolkit/xre/nsXREDirProvider.cpp
        @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to