- Strip libraries
This commit is contained in:
parent
7b6b09798f
commit
eeef1a1d15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388444
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue