- Strip in PREFIX-, not in LOCALBASE-relative path
- Whitespace fix
This commit is contained in:
parent
752af46e06
commit
dd7db7a471
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373843
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue