svn commit: r388444 - head/math/rpy2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 16:13:27 UTC 2015


Author: amdmi3
Date: Wed Jun  3 16:13:26 2015
New Revision: 388444
URL: https://svnweb.freebsd.org/changeset/ports/388444

Log:
  - Strip libraries

Modified:
  head/math/rpy2/Makefile

Modified: head/math/rpy2/Makefile
==============================================================================
--- head/math/rpy2/Makefile	Wed Jun  3 16:13:08 2015	(r388443)
+++ head/math/rpy2/Makefile	Wed Jun  3 16:13:26 2015	(r388444)
@@ -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>


More information about the svn-ports-head mailing list