aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 03:03:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 03:03:09 +0000
commit6d42ec21221258f66f57a52d3efb7ed3f103cbb8 (patch)
treedcbabf19662e803b5106793929acf39a3d2f4146 /editors/abiword-plugins
parentaf3021886672ca9e1434c7460544873fe19683da (diff)
downloadports-6d42ec21221258f66f57a52d3efb7ed3f103cbb8.tar.gz
ports-6d42ec21221258f66f57a52d3efb7ed3f103cbb8.zip
Notes
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 95d5cc99e2cb..53ac3fd9a217 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -386,7 +386,8 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|[$$]abi_plugin_source/../wv|${LOCALBASE}/include/wv|g' \
+ @${REINPLACE_CMD} -e 's|[$$]abi_plugin_source/../wv|${LOCALBASE}/include/wv|g ; \
+ s|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>