diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-12-11 01:20:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-12-11 01:20:53 +0000 |
commit | 7861d8d4b189f668455fbe85a3f3089281b6d2b7 (patch) | |
tree | 39f0f3d9b4a27f7cd4800f11ca481008fbfa6210 /comms/mwavem/Makefile | |
parent | f6e97a62d92d3629d410cc78826ae5eb76c7fd60 (diff) | |
download | ports-7861d8d4b189f668455fbe85a3f3089281b6d2b7.tar.gz ports-7861d8d4b189f668455fbe85a3f3089281b6d2b7.zip |
Notes
Diffstat (limited to 'comms/mwavem/Makefile')
-rw-r--r-- | comms/mwavem/Makefile | 2 |
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 \ |