Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 12:09:55 +0000 (UTC)
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485767 - head/www/w3m
Message-ID:  <201811241209.wAOC9tVC039194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nobutaka
Date: Sat Nov 24 12:09:55 2018
New Revision: 485767
URL: https://svnweb.freebsd.org/changeset/ports/485767

Log:
  Remove a redundant escape from REINPLACE_CMD arguments for future versions of
  regex(3).
  
  PR:		233417
  Submitted by:	kevans

Modified:
  head/www/w3m/Makefile

Modified: head/www/w3m/Makefile
==============================================================================
--- head/www/w3m/Makefile	Sat Nov 24 12:08:58 2018	(r485766)
+++ head/www/w3m/Makefile	Sat Nov 24 12:09:55 2018	(r485767)
@@ -73,7 +73,7 @@ PKGMESSAGE=	${NONEXISTENT}
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		's|\`\(expr\) \(.*\) : \(.*\)`|`\1 \\( \2 : \3 \\)`|' \
+		's|`\(expr\) \(.*\) : \(.*\)`|`\1 \\( \2 : \3 \\)`|' \
 		-e 's|/usr/local|${LOCALBASE}|g' \
 		${WRKSRC}/configure
 	@${FIND} ${WRKSRC}/doc* -type f \! -name HISTORY \



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