aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gdmap
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-15 17:39:32 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-15 17:39:32 +0000
commitfc5a9d3081187733fe39e394f416633d2b7d706b (patch)
tree48001d58c4b78a18f2d0f69d6616278bf310c2ba /sysutils/gdmap
parentf99bd7c56a7aee2ebb0534f981f59d91eeaafcdd (diff)
downloadports-fc5a9d3081187733fe39e394f416633d2b7d706b.tar.gz
ports-fc5a9d3081187733fe39e394f416633d2b7d706b.zip
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/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>