Date: Wed, 3 Jun 2015 16:13:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388445 - head/math/rpy Message-ID: <201506031613.t53GDYeR035935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 3 16:13:33 2015 New Revision: 388445 URL: https://svnweb.freebsd.org/changeset/ports/388445 Log: - Strip library Modified: head/math/rpy/Makefile Modified: head/math/rpy/Makefile ============================================================================== --- head/math/rpy/Makefile Wed Jun 3 16:13:26 2015 (r388444) +++ head/math/rpy/Makefile Wed Jun 3 16:13:33 2015 (r388445) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031613.t53GDYeR035935>