[SVN-Commit] r1617 - trunk/mail/thunderbird

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Jul 10 05:46:40 UTC 2014


Author: jbeich
Date: Thu Jul 10 05:46:23 2014
New Revision: 1617

Log:
fix typo in make variable name

Modified:
   trunk/mail/thunderbird/Makefile

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Sat Jul  5 00:09:30 2014	(r1616)
+++ trunk/mail/thunderbird/Makefile	Thu Jul 10 05:46:23 2014	(r1617)
@@ -51,7 +51,7 @@
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--enable-single-profile --disable-profilesharing \
 	--enable-application=mail --enable-official-branding
-MOZ_MK_OPTIONS=	MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
+MOZ_MK_OPTIONS=	MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=		MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_PKGCONFIG_FILES=
 


More information about the freebsd-gecko mailing list