aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2010-07-30 15:53:09 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2010-07-30 15:53:09 +0000
commit95a82ab782a4f5f5976f1264c60443ca577d9bac (patch)
tree96d8636903fcf5a106746dd6340632afca2697c7 /math
parent1036d47b65244ee9707c6b6b5932faa4488a4fec (diff)
downloadports-95a82ab782a4f5f5976f1264c60443ca577d9bac.tar.gz
ports-95a82ab782a4f5f5976f1264c60443ca577d9bac.zip
Fix permissions issue in tarball
PR: ports/149085 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Notes
Notes: svn path=/head/; revision=258510
Diffstat (limited to 'math')
-rw-r--r--math/py-matplotlib/Makefile3
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: