git: 44d24b90b0d2 - main - databases/py-leveldb: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:02:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=44d24b90b0d2985827295fa117ebd16f7a62c7c5 commit 44d24b90b0d2985827295fa117ebd16f7a62c7c5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:07:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:22 +0000 databases/py-leveldb: Cosmetic change --- databases/py-leveldb/Makefile | 2 +- databases/py-leveldb/pkg-descr | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile index 88601f8687fb..ef564350e2b8 100644 --- a/databases/py-leveldb/Makefile +++ b/databases/py-leveldb/Makefile @@ -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> diff --git a/databases/py-leveldb/pkg-descr b/databases/py-leveldb/pkg-descr index 6f7805822c29..9a1b3fabdebb 100644 --- a/databases/py-leveldb/pkg-descr +++ b/databases/py-leveldb/pkg-descr @@ -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