Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 14:16:12 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r516 - in trunk/mail: thunderbird thunderbird3
Message-ID:  <201103151416.p2FEGCII060163@trillian.chruetertee.ch>

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



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