1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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

This commit is contained in:
Dmitry Marakasov 2014-12-03 16:49:59 +00:00
parent 84528a233d
commit 627eb68e17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373841

View File

@ -16,6 +16,6 @@ USES= python
USE_PYTHON= distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uniconvertor/app/modules/*.so
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so
.include <bsd.port.mk>