diff options
Diffstat (limited to 'devel/tcl-neo')
-rw-r--r-- | devel/tcl-neo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index f5356219f478..4b0d4d537f2a 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -32,7 +32,7 @@ MAKE_ENV+= NEO_LIBRARY=${NEO_LIBRARY} DDIR= ${PREFIX}/lib/tcl${TCLV}/Trf post-build: - cd ${WRKSRC}/../neolibs && ${ECHO} 'auto_mkindex . */*.tcl' | tclsh8.3 + cd ${WRKSRC}/../neolibs && ${ECHO_CMD} 'auto_mkindex . */*.tcl' | tclsh8.3 NEO_LIBRARY= ${PREFIX}/lib/neo8.2 |