diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-22 13:39:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-22 13:39:01 +0800 |
commit | 4ca66e899cfa8557cf938e62996ddc88c6cc66f5 (patch) | |
tree | eca4f91c8e464e0096744b3781a131009fc7d2d6 | |
parent | f51f63c51d978bec77423c6677d27c900e3b210f (diff) | |
download | freebsd-ports-gnome-4ca66e899cfa8557cf938e62996ddc88c6cc66f5.tar.gz freebsd-ports-gnome-4ca66e899cfa8557cf938e62996ddc88c6cc66f5.tar.zst freebsd-ports-gnome-4ca66e899cfa8557cf938e62996ddc88c6cc66f5.zip |
- Make usable as a regular user [1]
- Remove dependency on the python2 symlink
Reported by: pkg-fallout [1]
MFH: 2016Q3
-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> |