aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlcipher3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlcipher3/Makefile')
-rw-r--r--databases/py-sqlcipher3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlcipher3/Makefile b/databases/py-sqlcipher3/Makefile
index 5978f8c65cab..8f99bd601bcf 100644
--- a/databases/py-sqlcipher3/Makefile
+++ b/databases/py-sqlcipher3/Makefile
@@ -21,6 +21,6 @@ USE_GITHUB= yes
GH_ACCOUNT= coleifer
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlcipher3/_sqlite3${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlcipher3/_sqlite3${PYTHON_TAG}.so
.include <bsd.port.mk>