1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/py-leveldb: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:07:07 +08:00
parent 6837dee163
commit 44d24b90b0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,6 @@ post-patch:
@${RM} -r ${WRKSRC}/leveldb/ ${WRKSRC}/snappy/
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/leveldb*.so
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>

View File

@ -4,5 +4,4 @@ from the LevelDB API, except for:
- Snapshots
- All iteration except for single-step forward
WWW: https://pypi.org/project/leveldb/
WWW: https://github.com/rjpower/py-leveldb