diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-22 05:41:23 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-22 05:41:23 +0000 |
commit | aaad2c33e95b1a1e01b3c29a0e2745de6ee0d660 (patch) | |
tree | 52bd673ea970af29d849e7f959f6a9af1cecd4ff | |
parent | 395fcaa4626057be77e597aa6fbb3b774318c6bc (diff) | |
download | FreeBSD-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/Makefile | 7 |
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> |