diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 03:44:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 03:44:50 +0000 |
commit | 95837a60ce1d02dad07d29db30de255860c461ca (patch) | |
tree | 599ff3d2c65efec56928220c41c673d7b30e81b2 /textproc/aiksaurus/Makefile | |
parent | 2bde979313087d8e8267ecf2b7514dc7c8c32a0f (diff) | |
download | ports-95837a60ce1d02dad07d29db30de255860c461ca.tar.gz ports-95837a60ce1d02dad07d29db30de255860c461ca.zip |
Notes
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r-- | textproc/aiksaurus/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index c43372f8f941..9f011b1c2492 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -22,4 +22,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |