From 81902d0a6c641126d021a998efb6e6ecca624294 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Thu, 2 Aug 2012 07:39:04 +0000 Subject: [PATCH] - Fix file permissions for py2stdlib module PR: ports/170290 Reported by: Garrett Cooper --- devel/py-astng/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/py-astng/Makefile b/devel/py-astng/Makefile index 3f998d3fb8de..0bc07817b3da 100644 --- a/devel/py-astng/Makefile +++ b/devel/py-astng/Makefile @@ -7,6 +7,7 @@ PORTNAME= astng PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= LOGILAB PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,4 +23,9 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= logilab-astng -.include +.include + +post-patch: + @${CHMOD} a+r ${WRKSRC}/brain/py2stdlib.py + +.include