diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 22:15:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 22:15:55 +0000 |
commit | 128836e7e3f223ac1b6b95fd38c1e2e745d8e0b6 (patch) | |
tree | b1889f8988aeb4d6a11b7e28ab59d905253b4ab9 /devel/py-google-apputils | |
parent | 831c035ed0f0fd223b5d9f69608fae5acd222cc0 (diff) |
Notes
Diffstat (limited to 'devel/py-google-apputils')
-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> |