1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Strip library

This commit is contained in:
Dmitry Marakasov 2014-11-18 16:37:15 +00:00
parent 9a22293c2e
commit 3f0b9fde17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372730

View File

@ -33,4 +33,7 @@ post-patch:
@${REINPLACE_CMD} -e '/TRIMESH_ENABLE/ s|True|False|' ${WRKSRC}/setup.py
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ode.so
.include <bsd.port.mk>