summaryrefslogtreecommitdiff
path: root/www/py-httplib2
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-05-21 05:40:20 +0000
committerrichard <richard@pkgsrc.org>2016-05-21 05:40:20 +0000
commitbbe9d9404d8c39daa357d7eca3193235cb9334ee (patch)
tree4e16fff94f06e7991f424e2e0fad223323268a35 /www/py-httplib2
parent9ad322e6f4091b9515a18ee2bf05faf2a9d48fd1 (diff)
downloadpkgsrc-bbe9d9404d8c39daa357d7eca3193235cb9334ee.tar.gz
post-install chmod no longer necessary
Diffstat (limited to 'www/py-httplib2')
-rw-r--r--www/py-httplib2/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile
index 0874495577e..b1c4781ea4b 100644
--- a/www/py-httplib2/Makefile
+++ b/www/py-httplib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/02/04 09:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/05/21 05:41:37 richard Exp $
DISTNAME= httplib2-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,5 @@ 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"