svn commit: r400492 - head/math/py-matplotlib

Antoine Brodin antoine at FreeBSD.org
Fri Oct 30 07:08:21 UTC 2015


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


More information about the svn-ports-all mailing list