summaryrefslogtreecommitdiff
path: root/comms/mwavem
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-12-11 01:20:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-12-11 01:20:53 +0000
commit7861d8d4b189f668455fbe85a3f3089281b6d2b7 (patch)
tree39f0f3d9b4a27f7cd4800f11ca481008fbfa6210 /comms/mwavem
parentUpgrade to 6.11.20021129. (diff)
Fix a silly breakage-causing typo (REINPACE --> REINPLACE) introduced in
the previous commit. Pointy hat to: edwin
Notes
Notes: svn path=/head/; revision=71512
Diffstat (limited to 'comms/mwavem')
-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 \