git: fea814f5a42d - main - lang/python38: Use ECHO_CMD instead of ECHO

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 18 17:57:28 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fea814f5a42d437e0be08018c590b5a7aee58e40

commit fea814f5a42d437e0be08018c590b5a7aee58e40
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 17:54:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 17:54:09 +0000

    lang/python38: Use ECHO_CMD instead of ECHO
---
 lang/python38/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index 3d109ae85494..6a141206e512 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -117,9 +117,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:


More information about the dev-commits-ports-main mailing list