summaryrefslogtreecommitdiff
path: root/www/py-httplib2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-12-07 09:04:50 +0000
committerwiz <wiz@pkgsrc.org>2015-12-07 09:04:50 +0000
commita134f552438339239e7873b75d3d986808fb0972 (patch)
treeab3313a733a80a7410194340be9c95ae535c81ff /www/py-httplib2
parentf254222a6dba0dcfeca0f85881f4cdc62eb85b65 (diff)
downloadpkgsrc-a134f552438339239e7873b75d3d986808fb0972.tar.gz
Fix permissions on meta-files and included cacerts.
Bump PKGREVISION.
Diffstat (limited to 'www/py-httplib2')
-rw-r--r--www/py-httplib2/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile
index 4a89dff0307..c7ea32f9263 100644
--- a/www/py-httplib2/Makefile
+++ b/www/py-httplib2/Makefile
@@ -1,14 +1,20 @@
-# $NetBSD: Makefile,v 1.5 2014/06/08 23:26:35 rodent Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/07 09:04:50 wiz Exp $
DISTNAME= httplib2-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
-MASTER_SITES= https://pypi.python.org/packages/source/h/httplib2/
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
MAINTAINER= mj@mjturner.net
HOMEPAGE= https://github.com/jcgregorio/httplib2
COMMENT= Comprehensive http client library for Python
LICENSE= mit
+# permissions are usually wrong
+post-install:
+ ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+ ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/httplib2/cacerts.txt
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"