Sun May 22 13:16:51 2016 UTC ()
Revert previous, permissions fixup is still needed in this case.


(wiz)
diff -r1.8 -r1.9 pkgsrc/www/py-httplib2/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/www/py-httplib2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-httplib2/Makefile 2016/05/21 05:41:37 1.8
+++ pkgsrc/www/py-httplib2/Makefile 2016/05/22 13:16:50 1.9
@@ -1,14 +1,19 @@ @@ -1,14 +1,19 @@
1# $NetBSD: Makefile,v 1.8 2016/05/21 05:41:37 richard Exp $ 1# $NetBSD: Makefile,v 1.9 2016/05/22 13:16:50 wiz Exp $
2 2
3DISTNAME= httplib2-0.9.2 3DISTNAME= httplib2-0.9.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
7 7
8MAINTAINER= mj@mjturner.net 8MAINTAINER= mj@mjturner.net
9HOMEPAGE= https://github.com/jcgregorio/httplib2 9HOMEPAGE= https://github.com/jcgregorio/httplib2
10COMMENT= Comprehensive http client library for Python 10COMMENT= Comprehensive http client library for Python
11LICENSE= mit 11LICENSE= mit
12 12
 13# permissions are usually wrong
 14post-install:
 15 ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
 16 ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/httplib2/cacerts.txt
 17
13.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
14.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"