[SVN-Commit] r1446 - trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Dec 11 10:04:08 UTC 2013


Author: jbeich
Date: Wed Dec 11 10:04:01 2013
New Revision: 1446

Log:
fix up regexp to not break linux-thunderbird with fmake

Modified:
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Wed Dec 11 09:53:28 2013	(r1445)
+++ trunk/www/linux-seamonkey/Makefile.common	Wed Dec 11 10:04:01 2013	(r1446)
@@ -76,7 +76,7 @@
 	@${DO_NADA} >>${PREFS_FILE}
 
 . if (${DISTVERSION:R:R} < 28 && ${PORTNAME} != "seamonkey") || \
- (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/^[0-9]\.//:C/b.*//} < 25)
+ (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/[0-9]*\.//:C/b.*//} < 25)
 	# dummy resident-unique for make about:memory's "measure"
 	@${REINPLACE_CMD} -i '' \
 		's,/proc/self/smaps\(.Private\),////////dev/null\1,' \


More information about the freebsd-gecko mailing list