diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-22 05:39:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-22 05:39:01 +0000 |
commit | afa58a2198631b47fc99de729de13ab979053107 (patch) | |
tree | eca4f91c8e464e0096744b3781a131009fc7d2d6 /misc/py-progressbar | |
parent | Update to 2016.2.0. (diff) |
- Make usable as a regular user [1]
- Remove dependency on the python2 symlink
Reported by: pkg-fallout [1]
MFH: 2016Q3
Notes
Notes:
svn path=/head/; revision=422588
Diffstat (limited to 'misc/py-progressbar')
-rw-r--r-- | misc/py-progressbar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index 5879c7f6ea9a..121fe1c32e97 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= progressbar PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ COMMENT= Text progressbar library for python LICENSE= BSD3CLAUSE USE_PYTHON= autoplist distutils -USES= python:2 +USES= python:2.7 -PROJECTHOST= python-${PORTNAME} +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} .include <bsd.port.mk> |