aboutsummaryrefslogtreecommitdiff
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r--textproc/ispell/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index a3205944ca58..e5f47420e29c 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -161,9 +161,9 @@ post-patch:
post-configure:
- @${ECHO} "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h
+ @${ECHO_CMD} "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h
.if defined(MASKBITS)
- @${ECHO} "#define MASKBITS ${MASKBITS}" >> ${WRKSRC}/local.h
+ @${ECHO_CMD} "#define MASKBITS ${MASKBITS}" >> ${WRKSRC}/local.h
.endif
post-build:
@@ -257,6 +257,6 @@ post-install:
.else
@${CAT} ${MASTERDIR}/pkg-plist.am >> ${TMPPLIST}
.endif
- @${ECHO} "@dirrm share/ispell" >> ${TMPPLIST}
+ @${ECHO_CMD} "@dirrm share/ispell" >> ${TMPPLIST}
.include <bsd.port.mk>