[SVN-Commit] r515 - in branches/experimental/mail: thunderbird thunderbird-devel thunderbird3

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Mar 15 15:31:40 UTC 2011


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 <kris at pcbsd.org>

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:


More information about the freebsd-gecko mailing list