Displaying 1 result from an estimated 1 matches for "echo_msg".
2003 May 22
1
readmes
...sive target in bsd.port.subdir.mk and the readmes target
in bsd.port.mk.
--- ~bsd.port.mk Thu May 22 02:45:39 2003
+++ bsd.port.mk Thu May 22 21:00:53 2003
@@ -3969,26 +3969,27 @@
@cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} ${.CURDIR}/README.html
.endif
${.CURDIR}/README.html:
@${ECHO_MSG} "===> Creating README.html for ${PKGNAME}"
- @${SED} -e 's|%%PORT%%|'$$(${ECHO_CMD} ${.CURDIR} | \
+ @__softMAKEFLAGS='${__softMAKEFLAGS:S/'/'\''/g}'; \
+ ${SED} -e 's|%%PORT%%|'$$(${ECHO_CMD} ${.CURDIR} | \
${SED} -e 's|.*/\([^/...