svn commit: r439548 - head/irc/irssi-xmpp

Larry Rosenman ler at FreeBSD.org
Thu Apr 27 13:48:18 UTC 2017


Author: ler
Date: Thu Apr 27 13:48:17 2017
New Revision: 439548
URL: https://svnweb.freebsd.org/changeset/ports/439548

Log:
  irc/irssi-xmpp: Improve regex conformance
  
  PR:		218603
  Submitted by:	Kyle Evans <bsdports at kyle-evans.net>
  Approved by:	 jadwin (maintainer timeout), rene (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10524

Modified:
  head/irc/irssi-xmpp/Makefile

Modified: head/irc/irssi-xmpp/Makefile
==============================================================================
--- head/irc/irssi-xmpp/Makefile	Thu Apr 27 13:24:05 2017	(r439547)
+++ head/irc/irssi-xmpp/Makefile	Thu Apr 27 13:48:17 2017	(r439548)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	DOCS
 
 post-patch:
 # Try to unbreak parallel builds (-jX)
-	@${REINPLACE_CMD} -E 's|cd (.+) && (\$${MAKE})|\2 -C \1|' \
+	@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\{MAKE})|\2 -C \1|' \
 		${WRKSRC}/Makefile ${WRKSRC}/src/Makefile
 
 post-install:


More information about the svn-ports-all mailing list