summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-03 16:13:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-03 16:13:33 +0000
commit6b52002cc8c7f4800f2871974a3bab2e45292ad1 (patch)
treebf4e6eea4012db3cd94d3e05f94f077d34af6036
parent- Strip libraries (diff)
- Strip library
Notes
Notes: svn path=/head/; revision=388445
-rw-r--r--math/rpy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile
index 7dff9087d150..4d93ca05a613 100644
--- a/math/rpy/Makefile
+++ b/math/rpy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rpy
PORTVERSION= 1.0.3
-PORTREVISION= 33
+PORTREVISION= 34
CATEGORIES= math
MASTER_SITES= SF
@@ -31,4 +31,7 @@ pre-configure:
${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built WITH_LIBR" ; \
exit 1; fi)
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3002.so
+
.include <bsd.port.mk>