diff options
| author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-07-30 15:53:09 +0000 |
|---|---|---|
| committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-07-30 15:53:09 +0000 |
| commit | 95a82ab782a4f5f5976f1264c60443ca577d9bac (patch) | |
| tree | 96d8636903fcf5a106746dd6340632afca2697c7 /math/py-matplotlib | |
| parent | 1036d47b65244ee9707c6b6b5932faa4488a4fec (diff) | |
Notes
Diffstat (limited to 'math/py-matplotlib')
| -rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index da0a87affd21..6ea2f80cb9de 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -8,6 +8,7 @@ PORTNAME= matplotlib PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -101,6 +102,8 @@ PLIST_SUB+= WXAGGBACKEND="@comment " .include <bsd.port.pre.mk> EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +post-extract: + ${CHMOD} -R ga+r ${WORKDIR} # bsd.tcl.mk doesn't set TK_VER, so we use TCL_VER instead post-patch: |
