summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r--math/py-matplotlib/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 798886e1d6b9..c52f46964c47 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= matplotlib
-PORTVERSION= 0.98.3
-PORTREVISION= 1
+PORTVERSION= 0.98.5.2
CATEGORIES= math python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -48,17 +47,6 @@ CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}"
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-post-patch:
- @${GREP} -lR "share/matplotlib" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s,share/matplotlib,share/py-matplotlib,g"
- ${REINPLACE_CMD} \
- -e s,%%LOCALBASE%%,${LOCALBASE}, \
- -e s,%%TCL_INCLUDEDIR%%,${TCL_INCLUDEDIR}, \
- -e s,%%TK_INCLUDEDIR%%,${TK_INCLUDEDIR}, \
- -e s,%%USE_TK%%,${USE_TK}, \
- -e s,%%USE_TCL%%,${USE_TCL}, \
- ${WRKSRC}/setupext.py
-
.if !defined(NOPORTEXAMPLES)
post-install:
@${MKDIR} ${EXAMPLESDIR}