mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Fix broken REINPLACE_CMD
PR: 87483 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
This commit is contained in:
parent
f99bd7c56a
commit
fc5a9d3081
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145468
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user