svn commit: r414754 - head/www/py-httplib2

Antoine Brodin antoine at FreeBSD.org
Sat May 7 05:28:40 UTC 2016


Author: antoine
Date: Sat May  7 05:28:39 2016
New Revision: 414754
URL: https://svnweb.freebsd.org/changeset/ports/414754

Log:
  Allow use as a regular user
  
  Reported by:	pkg-fallout

Modified:
  head/www/py-httplib2/Makefile

Modified: head/www/py-httplib2/Makefile
==============================================================================
--- head/www/py-httplib2/Makefile	Sat May  7 03:28:18 2016	(r414753)
+++ head/www/py-httplib2/Makefile	Sat May  7 05:28:39 2016	(r414754)
@@ -3,6 +3,7 @@
 
 PORTNAME=	httplib2
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +17,7 @@ NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
 USES=		python
 
+post-extract:
+	@${CHMOD} -R a+rX ${WRKSRC}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list