1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

misc/py-xgboost: Fix TMPPLIST line removal in fix-plist

Suggested by:	mat
This commit is contained in:
Yuri Victorovich 2019-12-15 08:40:02 +00:00
parent 586bd3a111
commit a2f5cda35d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520161

View File

@ -37,6 +37,6 @@ post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/xgboost
fix-plist: # https://github.com/dmlc/xgboost/issues/5118
@${REINPLACE_CMD} -e 's|^xgboost/libxgboost.so$$||' ${TMPPLIST}
@${REINPLACE_CMD} '/^xgboost\/libxgboost.so$$/d' ${TMPPLIST}
.include <bsd.port.mk>