Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 17:57:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9115c46e8a92 - main - lang/python37: Use ECHO_CMD instead of ECHO
Message-ID:  <202107181757.16IHvS2u038190@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 9115c46e8a92076b345b7787b442564c163b6ddd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-18 17:54:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-18 17:54:21 +0000

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

diff --git a/lang/python39/Makefile b/lang/python39/Makefile
index 295caa13d560..f52a1363bee6 100644
--- a/lang/python39/Makefile
+++ b/lang/python39/Makefile
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107181757.16IHvS2u038190>