diff options
Diffstat (limited to 'devel/py-google-apputils/Makefile')
-rw-r--r-- | devel/py-google-apputils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile index 54d5370279c0..98a6313911e6 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -3,7 +3,7 @@ PORTNAME= google-apputils PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>2:${PORTSDIR}/devel/py-gflags \ USES= python USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include <bsd.port.mk> |