diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 17:39:32 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 17:39:32 +0000 |
commit | fc5a9d3081187733fe39e394f416633d2b7d706b (patch) | |
tree | 48001d58c4b78a18f2d0f69d6616278bf310c2ba /sysutils/gdmap | |
parent | Update to 0.11 (diff) |
Fix broken REINPLACE_CMD
PR: 87483
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes:
svn path=/head/; revision=145468
Diffstat (limited to 'sysutils/gdmap')
-rw-r--r-- | sysutils/gdmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 7b938c507b96..653ec31d3864 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -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> |