- Strip libraries

This commit is contained in:
Dmitry Marakasov 2015-06-03 16:13:26 +00:00
parent 7b6b09798f
commit eeef1a1d15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388444

View file

@ -3,7 +3,7 @@
PORTNAME= rpy2
PORTVERSION= 2.4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= CHEESESHOP
@ -28,4 +28,7 @@ pre-configure:
${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built WITH_LIBR" ; \
exit 1; fi)
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so
.include <bsd.port.mk>