summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-22 13:16:50 +0000
committerwiz <wiz>2016-05-22 13:16:50 +0000
commitaa2174bb236ba7fabebb414ee181d08bccd9bd96 (patch)
tree92d4b44ccf8b13207534d1f12c352876dc3a0c99 /www
parent99bbde6d58f82309b3f021895c50428de184161f (diff)
downloadpkgsrc-aa2174bb236ba7fabebb414ee181d08bccd9bd96.tar.gz
Revert previous, permissions fixup is still needed in this case.
Diffstat (limited to 'www')
-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"