diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:16:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:16:28 +0000 |
commit | 32c83edfbcce207c560685385be28ffc02faad2c (patch) | |
tree | 8b9a9aef75ca0c44c811a5951f9fc90aec5e4c56 /devel/codecrusader | |
parent | 9095f32cab001d2e1030d84207be8bb8e14f6ef0 (diff) | |
download | ports-32c83edfbcce207c560685385be28ffc02faad2c.tar.gz ports-32c83edfbcce207c560685385be28ffc02faad2c.zip |
Notes
Diffstat (limited to 'devel/codecrusader')
-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: |