diff options
Diffstat (limited to 'databases/py-peewee/Makefile')
-rw-r--r-- | databases/py-peewee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile index 5113695c38a8..4d6d94435ce4 100644 --- a/databases/py-peewee/Makefile +++ b/databases/py-peewee/Makefile @@ -25,7 +25,7 @@ MYSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@ PGSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/_speedups.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/_speedups*.so do-test: ${PYTHON_CMD} ${WRKSRC}/runtests.py |