mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
lang/python37: Use ECHO_CMD instead of ECHO
This commit is contained in:
parent
fea814f5a4
commit
9115c46e8a
@ -118,9 +118,9 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py
|
||||
# Apply DISABLED_EXTENSIONS
|
||||
@${ECHO} '*disabled*' > ${WRKSRC}/Modules/Setup.local
|
||||
@${ECHO_CMD} '*disabled*' > ${WRKSRC}/Modules/Setup.local
|
||||
. for _module in ${DISABLED_EXTENSIONS}
|
||||
@${ECHO} ${_module} >> ${WRKSRC}/Modules/Setup.local
|
||||
@${ECHO_CMD} ${_module} >> ${WRKSRC}/Modules/Setup.local
|
||||
. endfor
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user