Date: Mon, 25 Jan 2016 06:25:26 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407191 - head/security/py-pyaff4 Message-ID: <201601250625.u0P6PQF6072481@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601250625.u0P6PQF6072481>