aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-16 01:39:32 +0800
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-16 01:39:32 +0800
commitfc5a9d3081187733fe39e394f416633d2b7d706b (patch)
tree48001d58c4b78a18f2d0f69d6616278bf310c2ba /sysutils
parentf99bd7c56a7aee2ebb0534f981f59d91eeaafcdd (diff)
downloadfreebsd-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/Makefile2
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>