aboutsummaryrefslogtreecommitdiff
path: root/math/py-networkx/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-28 12:34:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-28 12:34:53 +0000
commite74e7e0f957b57425bbdb88c40426177f4905627 (patch)
treed48ced9a0ffefa6363802e213dea3ea819c5dfdf /math/py-networkx/Makefile
parent9376dcbdac39cb40eea62e47e51dfb3c17c745d8 (diff)
downloadports-e74e7e0f957b57425bbdb88c40426177f4905627.tar.gz
ports-e74e7e0f957b57425bbdb88c40426177f4905627.zip
- Fix shebangs
Submitted by: Jochen Neumeister
Notes
Notes: svn path=/head/; revision=439605
Diffstat (limited to 'math/py-networkx/Makefile')
-rw-r--r--math/py-networkx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 4216caeca3fd..427eaf8b447b 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= networkx
PORTVERSION= 1.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \
CHEESESHOP
@@ -22,6 +22,9 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator
NO_ARCH= yes
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
+SHEBANG_FILES= examples/graph/atlas.py \
+ examples/multigraph/chess_masters.py \
+ networkx/generators/tests/test_random_graphs.py
PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER}