diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /math/py-theano | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) |
Notes
Diffstat (limited to 'math/py-theano')
-rw-r--r-- | math/py-theano/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile index 35c4e3b98908..7b2748ab4f4a 100644 --- a/math/py-theano/Makefile +++ b/math/py-theano/Makefile @@ -4,8 +4,7 @@ PORTNAME= theano PORTVERSION= 0.7.0 CATEGORIES= math python -MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR=source/T/Theano +MASTER_SITES= CHEESESHOP/source/T/Theano PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Theano-${DISTVERSION} |