Date: Wed, 29 Oct 2014 05:50:02 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1751 - trunk/mail/thunderbird Message-ID: <201410290550.s9T5o2Ff040838@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 29 05:50:01 2014
New Revision: 1751
Log:
:N${VAR} is broken with fmake(1)
Modified:
trunk/mail/thunderbird/Makefile
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Wed Oct 29 05:49:55 2014 (r1750)
+++ trunk/mail/thunderbird/Makefile Wed Oct 29 05:50:01 2014 (r1751)
@@ -74,7 +74,7 @@
.if ${PORTVERSION:R:R} < 33
CONFIGURE_TARGET:=${CONFIGURE_TARGET:S/portbld/unknown/}
-MOZ_OPTIONS:= ${MOZ_OPTIONS:N${CONFIGURE_TARGET}}
+MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGURE_TARGET}//}
.endif
.if ${PORT_OPTIONS:MALSA}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410290550.s9T5o2Ff040838>
