Author: decke
Date: Tue Mar 15 14:14:54 2011
New Revision: 515

Log:
- Fix Thunderbird startscript when LOCALBASE is set

Submitted by:   Kris Moore <[email protected]>

Modified:
   branches/experimental/mail/thunderbird-devel/Makefile
   branches/experimental/mail/thunderbird/Makefile
   branches/experimental/mail/thunderbird3/Makefile

Modified: branches/experimental/mail/thunderbird-devel/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-devel/Makefile       Thu Mar 10 
12:00:18 2011        (r514)
+++ branches/experimental/mail/thunderbird-devel/Makefile       Tue Mar 15 
14:14:54 2011        (r515)
@@ -98,9 +98,6 @@
        (cd ${MOZSRC}/js/src/ && ${AUTOCONF})
 
 port-pre-install:
-       ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
-       ${FAKEDIR}/bin/thunderbird
-       ${RM} -f ${FAKEDIR}/bin/*.bak
        ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults
 
 pre-install:

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile     Thu Mar 10 12:00:18 
2011        (r514)
+++ branches/experimental/mail/thunderbird/Makefile     Tue Mar 15 14:14:54 
2011        (r515)
@@ -112,9 +112,6 @@
        (cd ${MOZSRC}/js/src/ && ${AUTOCONF})
 
 port-pre-install:
-       ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
-       ${FAKEDIR}/bin/thunderbird
-       ${RM} -f ${FAKEDIR}/bin/*.bak
        ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults
 
 pre-install:

Modified: branches/experimental/mail/thunderbird3/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3/Makefile    Thu Mar 10 12:00:18 
2011        (r514)
+++ branches/experimental/mail/thunderbird3/Makefile    Tue Mar 15 14:14:54 
2011        (r515)
@@ -103,9 +103,6 @@
        (cd ${MOZSRC}/js/src/ && ${AUTOCONF})
 
 port-pre-install:
-       ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
-       ${FAKEDIR}/bin/thunderbird
-       ${RM} -f ${FAKEDIR}/bin/*.bak
        ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults
 
 pre-install:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to