databases/py-leveldb: Cosmetic change
This commit is contained in:
parent
6837dee163
commit
44d24b90b0
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue