Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 17:57:27 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: fea814f5a42d - main - lang/python38: Use ECHO_CMD instead of ECHO
Message-ID:  <202107181757.16IHvRLo038166@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=fea814f5a42d437e0be08018c590b5a7aee58e40

commit fea814f5a42d437e0be08018c590b5a7aee58e40
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-18 17:54:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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:



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