diff options
Diffstat (limited to 'devel/codecrusader/Makefile')
-rw-r--r-- | devel/codecrusader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/codecrusader/Makefile b/devel/codecrusader/Makefile index 5b41b3cabe94..3f91b1daeeb3 100644 --- a/devel/codecrusader/Makefile +++ b/devel/codecrusader/Makefile @@ -83,9 +83,9 @@ post-extract: .endfor post-patch: - @${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \ + @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \ ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants - @${ECHO} "\nLOADLIBS += ${PORTLIBS}" >> \ + @${ECHO_CMD} "\nLOADLIBS += ${PORTLIBS}" >> \ ${WRKSRC}/programs/${PORTNAME}/Make.header pre-build: |