From 13dc2cc156ca90c315c0f32aa5c8bc46201e6c2d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 28 Mar 2009 20:16:03 +0000 Subject: - Update to 0.98.5.2 PR: ports/129922 Submitted by: Wen Heping Approved by: Geoffrey Mainland (maintainer) --- math/py-matplotlib/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'math/py-matplotlib/Makefile') 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} -- cgit v1.2.3