diff options
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r-- | lang/erlang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 22a651e422fc..49a10f4b4277 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -94,6 +94,7 @@ pre-configure: # rest, not in share/doc/erlang as it should, because of relative # links in the documentation. post-install: + @${LN} -sf ${LOCALBASE}/lib/erlang/lib/erl_interface-*/bin/erl_call ${LOCALBASE}/bin/erl_call @${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_MAN} \ -C ${PREFIX}/lib/erlang @${RM} -rf ${PREFIX}/lib/erlang/man/cat? |