Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 05:46:24 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1617 - trunk/mail/thunderbird
Message-ID:  <201407100546.s6A5kOoQ018367@trillian.chruetertee.ch>

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



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