diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 68ab4c820836..27fb1d403a88 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -89,6 +89,10 @@ INSTALLS_SHLIB= yes MAN1= mlterm.1 mlclient.1 +post-patch: + @${REINPLACE_CMD} -e "s,echo aout,echo elf,g" ${WRKSRC}/configure \ + ${WRKSRC}/kiklib/configure ${WRKSRC}/mkf/configure + post-configure: @${CP} ${LIBTOOL} ${WRKSRC} @${REINPLACE_CMD} -e "s,@CGI_BIN@,${PREFIX}/libexec/w3mmlconfig," \ |