svn commit: r490479 - head/lang/rust

Tobias Kortkamp tobik at FreeBSD.org
Wed Jan 16 13:20:46 UTC 2019


Author: tobik
Date: Wed Jan 16 13:20:45 2019
New Revision: 490479
URL: https://svnweb.freebsd.org/changeset/ports/490479

Log:
  lang/rust: Use ECHO_CMD not ECHO as per bsd.commands.mk

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Wed Jan 16 13:13:32 2019	(r490478)
+++ head/lang/rust/Makefile	Wed Jan 16 13:20:45 2019	(r490479)
@@ -226,7 +226,7 @@ post-install:
 	        -e 's|(man/man[1-9]/.*\.[0-9])|\1.gz|' \
 	        ${STAGEDIR}${PREFIX}/$$f; \
 	    ${RM} ${STAGEDIR}${PREFIX}/$$f.bak; \
-	    ${ECHO} "${PREFIX}/$$f" >> ${TMPPLIST}; \
+	    ${ECHO_CMD} "${PREFIX}/$$f" >> ${TMPPLIST}; \
 	    ${AWK} '\
 	        /^file:/ { \
 	            file=$$0; \


More information about the svn-ports-all mailing list