Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 14:14:54 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r515 - in branches/experimental/mail: thunderbird thunderbird-devel thunderbird3
Message-ID:  <201103151414.p2FEEsCo055713@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103151414.p2FEEsCo055713>