1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

devel/py-llfuse: Another attempt to fix STRIP

PR:		203759
Submitted by:	jbeich
This commit is contained in:
Kurt Jaeger 2016-03-22 07:25:37 +00:00
parent a409110861
commit 55bc67a08d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411638

View File

@ -15,6 +15,6 @@ USES= compiler:c++11-lang fuse pkgconfig python tar:bz2
USE_PYTHON= autoplist distutils
post-stage:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/llfuse.so
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/llfuse.so
.include <bsd.port.mk>