[SVN-Commit] r1751 - trunk/mail/thunderbird
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Wed Oct 29 05:50:09 UTC 2014
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}
More information about the freebsd-gecko
mailing list