svn commit: r407191 - head/security/py-pyaff4

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 06:25:27 UTC 2016


Author: antoine
Date: Mon Jan 25 06:25:26 2016
New Revision: 407191
URL: https://svnweb.freebsd.org/changeset/ports/407191

Log:
  Fix use as a regular user

Modified:
  head/security/py-pyaff4/Makefile

Modified: head/security/py-pyaff4/Makefile
==============================================================================
--- head/security/py-pyaff4/Makefile	Mon Jan 25 06:23:44 2016	(r407190)
+++ head/security/py-pyaff4/Makefile	Mon Jan 25 06:25:26 2016	(r407191)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PyAFF4
 PORTVERSION=	0.20
+PORTREVISION=	1
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,7 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+post-extract:
+	@${CHMOD} -R a+rX ${WRKSRC}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list