diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-22 13:16:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-22 13:16:50 +0000 |
commit | f0a3397b2c53f4563c6c6f489b0870641e58a4ed (patch) | |
tree | 92d4b44ccf8b13207534d1f12c352876dc3a0c99 /www | |
parent | cbafb1ec966324970d7b80dfe3a0fd93dd2d969f (diff) | |
download | pkgsrc-f0a3397b2c53f4563c6c6f489b0870641e58a4ed.tar.gz |
Revert previous, permissions fixup is still needed in this case.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httplib2/Makefile | 7 |
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" |