summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-28 20:16:03 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-28 20:16:03 +0000
commit13dc2cc156ca90c315c0f32aa5c8bc46201e6c2d (patch)
treec0707d187a4bd99c916d112666a18f436a6b421f /math/py-matplotlib/Makefile
parent- Bump PORTREVISION and shared library name for math/pari update (diff)
- Update to 0.98.5.2
PR: ports/129922 Submitted by: Wen Heping <wenheping AT gmail.com> Approved by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
Notes
Notes: svn path=/head/; revision=231211
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}