diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-16 01:39:32 +0800 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-16 01:39:32 +0800 |
commit | fc5a9d3081187733fe39e394f416633d2b7d706b (patch) | |
tree | 48001d58c4b78a18f2d0f69d6616278bf310c2ba /sysutils | |
parent | f99bd7c56a7aee2ebb0534f981f59d91eeaafcdd (diff) | |
download | freebsd-ports-gnome-fc5a9d3081187733fe39e394f416633d2b7d706b.tar.gz freebsd-ports-gnome-fc5a9d3081187733fe39e394f416633d2b7d706b.tar.zst freebsd-ports-gnome-fc5a9d3081187733fe39e394f416633d2b7d706b.zip |
Fix broken REINPLACE_CMD
PR: 87483
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'sysutils')
-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> |