Fix broken REINPLACE_CMD

PR:		87483
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
This commit is contained in:
Marcus Alves Grando 2005-10-15 17:39:32 +00:00
parent f99bd7c56a
commit fc5a9d3081
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145468

View File

@ -31,7 +31,7 @@ BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,'
@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \
${WRKSRC}/src/gui_main.c
.include <bsd.port.post.mk>