aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-02-05 22:18:45 +0800
committerantoine <antoine@FreeBSD.org>2016-02-05 22:18:45 +0800
commita16c3105743be40583e3616a73b82f9b97ee6763 (patch)
tree47e92c318ba11bc961f00a3b60e1de46f42fa502
parent8ba1e89699a8266ff03a876d551eaa2d5e13345f (diff)
downloadfreebsd-ports-gnome-a16c3105743be40583e3616a73b82f9b97ee6763.tar.gz
freebsd-ports-gnome-a16c3105743be40583e3616a73b82f9b97ee6763.tar.zst
freebsd-ports-gnome-a16c3105743be40583e3616a73b82f9b97ee6763.zip
Allow use as a regular user (some files were unreadable)
-rw-r--r--devel/py-blist/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-blist/Makefile b/devel/py-blist/Makefile
index 3ba9d86719ad..81eef80ac09e 100644
--- a/devel/py-blist/Makefile
+++ b/devel/py-blist/Makefile
@@ -3,6 +3,7 @@
PORTNAME= blist
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
+post-extract:
+ @${CHMOD} -R a+rX ${WRKSRC}
+
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)