aboutsummaryrefslogtreecommitdiff
path: root/math/rpy
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 /math/rpy
parenteeef1a1d15d64a4afb59067836f8898a0006a2f0 (diff)
downloadports-6b52002cc8c7f4800f2871974a3bab2e45292ad1.tar.gz
ports-6b52002cc8c7f4800f2871974a3bab2e45292ad1.zip
- Strip library
Notes
Notes: svn path=/head/; revision=388445
Diffstat (limited to 'math/rpy')
-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>