Fix build by stripping any .so library

Library name seems to be dependent on R version, so this port will
break on any R update otherwise
This commit is contained in:
Dmitry Marakasov 2016-05-25 16:13:35 +00:00
parent d1cbdf8598
commit 83aaa1e4ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415844

View file

@ -32,6 +32,6 @@ pre-configure:
exit 1; fi)
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3022.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so
.include <bsd.port.mk>