aboutsummaryrefslogtreecommitdiff
path: root/devel/flowdesigner
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-29 14:10:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-29 14:10:24 +0000
commit35044974bdbe6f8b11904712713af5ff0218b46f (patch)
tree87b2db1b26dd10306ebab920896976cd003ebd27 /devel/flowdesigner
parent4eeff01900f9bbaeb024c8675232e9032434c415 (diff)
downloadports-35044974bdbe6f8b11904712713af5ff0218b46f.tar.gz
ports-35044974bdbe6f8b11904712713af5ff0218b46f.zip
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188766
Diffstat (limited to 'devel/flowdesigner')
-rw-r--r--devel/flowdesigner/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/flowdesigner/Makefile b/devel/flowdesigner/Makefile
index 4e62b0b78716..67aefe591697 100644
--- a/devel/flowdesigner/Makefile
+++ b/devel/flowdesigner/Makefile
@@ -39,6 +39,7 @@ CFLAGS+= -O0
post-patch:
@${REINPLACE_CMD} -e 's|tools examples|tools|g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|src pixmaps|src|g' ${WRKSRC}/vflow/Makefile.in
+ @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|'
post-install:
.if !defined(NOPORTDOCS)