1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Fix use as a regular user

This commit is contained in:
Antoine Brodin 2016-01-25 06:25:26 +00:00
parent a1889ab253
commit 807a69248f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407191

View File

@ -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>