diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 03:03:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 03:03:09 +0000 |
commit | 6d42ec21221258f66f57a52d3efb7ed3f103cbb8 (patch) | |
tree | dcbabf19662e803b5106793929acf39a3d2f4146 /editors/abiword-plugins | |
parent | af3021886672ca9e1434c7460544873fe19683da (diff) | |
download | ports-6d42ec21221258f66f57a52d3efb7ed3f103cbb8.tar.gz ports-6d42ec21221258f66f57a52d3efb7ed3f103cbb8.zip |
Notes
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 3 |
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> |