Fix build on -stable. Pointed out by Pointyhat via Pav. (Thanks!)
This commit is contained in:
parent
57abb0d1b3
commit
574cef12b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198917
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ USE_PYTHON= 2.5+
|
|||
|
||||
post-patch:
|
||||
@${GREP} -lr '/usr/bin/python' ${WRKSRC} | \
|
||||
${XARGS} ${REINPLACE_CMD} -I "" \
|
||||
${XARGS} ${REINPLACE_CMD} -i "" \
|
||||
-E "s!/usr/bin/python2?!${PYTHON_CMD}!"
|
||||
|
||||
do-build:
|
||||
|
|
Loading…
Reference in a new issue