aboutsummaryrefslogtreecommitdiff
path: root/www/py-httplib2
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-10-30 06:09:45 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-10-30 06:09:45 +0000
commit3021aa9468fdad9663d53077e96a27457f52e9de (patch)
treef58c6e56173188a96b12478e7383e20df142a5a3 /www/py-httplib2
parente3711afb8ff58e9f6773ee4bcbb778b6bc83456d (diff)
downloadports-3021aa9468fdad9663d53077e96a27457f52e9de.tar.gz
ports-3021aa9468fdad9663d53077e96a27457f52e9de.zip
Notes
Diffstat (limited to 'www/py-httplib2')
-rw-r--r--www/py-httplib2/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile
index 397c2bcb1796..46cf4287413e 100644
--- a/www/py-httplib2/Makefile
+++ b/www/py-httplib2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= httplib2
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,4 +18,10 @@ USE_PYDISTUTILS= easy_install
NO_STAGE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+ ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
+ ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
+
+.include <bsd.port.post.mk>