From aa2174bb236ba7fabebb414ee181d08bccd9bd96 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 May 2016 13:16:50 +0000 Subject: Revert previous, permissions fixup is still needed in this case. --- www/py-httplib2/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www') 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" -- cgit v1.2.3