aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-09-22 05:41:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-09-22 05:41:23 +0000
commitd3dd92094486931b78336a328006dcb7ca565984 (patch)
tree52bd673ea970af29d849e7f959f6a9af1cecd4ff
parent35d8886aa243abffb4d2c31b7882d9057287cd38 (diff)
downloadports-d3dd92094486931b78336a328006dcb7ca565984.tar.gz
ports-d3dd92094486931b78336a328006dcb7ca565984.zip
MFH: r422588
- Make usable as a regular user [1] - Remove dependency on the python2 symlink Reported by: pkg-fallout [1]
Notes
Notes: svn path=/branches/2016Q3/; revision=422589
-rw-r--r--misc/py-progressbar/Makefile7
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>