- Strip in PREFIX-, not in LOCALBASE-relative path

- Whitespace fix
This commit is contained in:
Dmitry Marakasov 2014-12-03 16:51:25 +00:00
parent 752af46e06
commit dd7db7a471
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373843

View file

@ -13,11 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fast sprite library for Python
USES= python
USE_PYTHON= distutils autoplist
USE_GL= gl glu
USES= python
USE_PYTHON= distutils autoplist
USE_GL= gl glu
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rabbyt/*.so
.include <bsd.port.mk>