summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/mwavem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile
index eea12b4fe554..99f4d7e6877a 100644
--- a/comms/mwavem/Makefile
+++ b/comms/mwavem/Makefile
@@ -41,7 +41,7 @@ LTHREADVERSION= 3
LIB_DEPENDS= lthread.${LTHREADVERSION}:${PORTSDIR}/devel/linuxthreads
pre-build:
- ${REINPACE_CMD} -e "s@ /modules@ ${PREFIX}/share/mwavem@g" \
+ ${REINPLACE_CMD} -e "s@ /modules@ ${PREFIX}/share/mwavem@g" \
${WRKSRC}/src/drivers/Makefile
${REINPLACE_CMD} -e "s@#include .malloc.h.@@g" \
${WRKSRC}/src/mwmbl/mwblapi.c \