1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Allow use as a regular user

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2016-05-07 05:28:39 +00:00
parent 92c297e6df
commit 7f1ad935fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414754

View File

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