diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2025-06-19 20:09:42 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2025-06-19 20:28:47 +0000 |
| commit | 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 (patch) | |
| tree | 3ceb6b6d53cbb9f60c246264980b4e9f37799672 /databases/py-sqlcipher3 | |
| parent | a8e76d415cf94b4a7f652c89ed1bbd539849f2b1 (diff) | |
Diffstat (limited to 'databases/py-sqlcipher3')
| -rw-r--r-- | databases/py-sqlcipher3/Makefile | 2 |
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> |
