summaryrefslogtreecommitdiff
path: root/www/py-httplib2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-22 13:16:50 +0000
committerwiz <wiz@pkgsrc.org>2016-05-22 13:16:50 +0000
commitf0a3397b2c53f4563c6c6f489b0870641e58a4ed (patch)
tree92d4b44ccf8b13207534d1f12c352876dc3a0c99 /www/py-httplib2
parentcbafb1ec966324970d7b80dfe3a0fd93dd2d969f (diff)
downloadpkgsrc-f0a3397b2c53f4563c6c6f489b0870641e58a4ed.tar.gz
Revert previous, permissions fixup is still needed in this case.
Diffstat (limited to 'www/py-httplib2')
-rw-r--r--www/py-httplib2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile
index b1c4781ea4b..01a217b90a3 100644
--- a/www/py-httplib2/Makefile
+++ b/www/py-httplib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/05/21 05:41:37 richard Exp $
+# $NetBSD: Makefile,v 1.9 2016/05/22 13:16:50 wiz Exp $
DISTNAME= httplib2-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,10 @@ 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"