diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-11-04 17:26:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-11-04 17:26:59 +0000 |
commit | 2b429f298a1216985702dfcd7ff9241429280009 (patch) | |
tree | 48e951285a388e9fc4fcefbea2ad679d775a3487 /science/py-tensorflow | |
parent | devel/ghq: Update to v0.12.7 (diff) |
Don't put magic strings where they are not needed.
Diffstat (limited to 'science/py-tensorflow')
-rw-r--r-- | science/py-tensorflow/Makefile | 2 |
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 |