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,' \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to