aboutsummaryrefslogtreecommitdiff
path: root/science/py-tensorflow/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-11-04 17:26:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-11-04 17:26:59 +0000
commit2b429f298a1216985702dfcd7ff9241429280009 (patch)
tree48e951285a388e9fc4fcefbea2ad679d775a3487 /science/py-tensorflow/Makefile
parentefc1e9bb0aab227f711bd8b911f6e4764e35ffe4 (diff)
downloadports-2b429f298a1216985702dfcd7ff9241429280009.tar.gz
ports-2b429f298a1216985702dfcd7ff9241429280009.zip
Don't put magic strings where they are not needed.
Notes
Notes: svn path=/head/; revision=516729
Diffstat (limited to 'science/py-tensorflow/Makefile')
-rw-r--r--science/py-tensorflow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index ce3b1a350719..8c2bc57cee06 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= ${PORTNAME}
-EXTRACT_ONLY= tensorflow-tensorflow-v${DISTVERSION}_GH0.tar.gz
+EXTRACT_ONLY= ${DISTNAME}.tar.gz
MAINTAINER= amzo1337@gmail.com
COMMENT= Computation using data flow graphs for scalable machine learning