summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-03 16:13:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-03 16:13:26 +0000
commiteeef1a1d15d64a4afb59067836f8898a0006a2f0 (patch)
tree5171d722e401268821cff44c65711773b9e8a6d1
parent- Strip library (diff)
- Strip libraries
Notes
Notes: svn path=/head/; revision=388444
-rw-r--r--math/rpy2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
index fc729b8a0954..8d0768dae803 100644
--- a/math/rpy2/Makefile
+++ b/math/rpy2/Makefile
@@ -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>