[SVN-Commit] r516 - in trunk/mail: thunderbird thunderbird3

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


Author: decke
Date: Tue Mar 15 14:16:11 2011
New Revision: 516

Log:
- Fix Thunderbird startscript when LOCALBASE is set

Submitted by:	Kris Moore <kris at pcbsd.org>

Modified:
   trunk/mail/thunderbird/Makefile
   trunk/mail/thunderbird3/Makefile

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Tue Mar 15 14:14:54 2011	(r515)
+++ trunk/mail/thunderbird/Makefile	Tue Mar 15 14:16:11 2011	(r516)
@@ -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: trunk/mail/thunderbird3/Makefile
==============================================================================
--- trunk/mail/thunderbird3/Makefile	Tue Mar 15 14:14:54 2011	(r515)
+++ trunk/mail/thunderbird3/Makefile	Tue Mar 15 14:16:11 2011	(r516)
@@ -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