diff options
Diffstat (limited to 'finance/py-bt/Makefile')
-rw-r--r-- | finance/py-bt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/py-bt/Makefile b/finance/py-bt/Makefile index 836987e8f0d7..49af7cbea6bc 100644 --- a/finance/py-bt/Makefile +++ b/finance/py-bt/Makefile @@ -1,6 +1,7 @@ PORTNAME= bt DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= finance python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +26,7 @@ USE_GITHUB= yes GH_ACCOUNT= pmorissette post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bt/core${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bt/core${PYTHON_TAG}.so # tests as of 1.1.2: 157 passed, 1 warning in 24.95s |