summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-09-22 05:41:23 +0000
committerantoine <antoine@FreeBSD.org>2016-09-22 05:41:23 +0000
commitaaad2c33e95b1a1e01b3c29a0e2745de6ee0d660 (patch)
tree52bd673ea970af29d849e7f959f6a9af1cecd4ff
parent395fcaa4626057be77e597aa6fbb3b774318c6bc (diff)
downloadFreeBSD-ports-aaad2c33e95b1a1e01b3c29a0e2745de6ee0d660.zip
FreeBSD-ports-aaad2c33e95b1a1e01b3c29a0e2745de6ee0d660.tar.gz
MFH: r422588
- Make usable as a regular user [1] - Remove dependency on the python2 symlink Reported by: pkg-fallout [1]
-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 5879c7f..121fe1c 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>
OpenPOWER on IntegriCloud