Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 07:08:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400492 - head/math/py-matplotlib
Message-ID:  <201510300708.t9U78Jl6013539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 30 07:08:19 2015
New Revision: 400492
URL: https://svnweb.freebsd.org/changeset/ports/400492

Log:
  Fix make patch

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Fri Oct 30 03:08:23 2015	(r400491)
+++ head/math/py-matplotlib/Makefile	Fri Oct 30 07:08:19 2015	(r400492)
@@ -77,7 +77,7 @@ post-patch:
 		${WRKSRC}/setupext.py
 	${REINPLACE_CMD} -e 's|%%GTK_BACKEND%%|${GTK_BACKEND}|g' \
 			 -e 's|%%GTKAGG_BACKEND%%|${GTKAGG_BACKEND}|g' \
-+			 -e 's|%%QT4AGG_BACKEND%%|${QT4AGG_BACKEND}|g' \
+			 -e 's|%%QT4AGG_BACKEND%%|${QT4AGG_BACKEND}|g' \
 			 -e 's|%%TKAGG_BACKEND%%|${TKAGG_BACKEND}|g' \
 			 -e 's|%%WXAGG_BACKEND%%|${WXAGG_BACKEND}|g' \
 		${WRKSRC}/setup.cfg



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