diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-31 18:08:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-31 18:08:40 +0000 |
commit | ff7476d1f5eceb23c4766afd46ad39741b4d69e2 (patch) | |
tree | 613b8262e2e90d3902c1e8902ff1946d4f423075 /lang/erlang14/Makefile | |
parent | 61522409a66a68bdb224b3467754f9d905322157 (diff) | |
download | ports-ff7476d1f5eceb23c4766afd46ad39741b4d69e2.tar.gz ports-ff7476d1f5eceb23c4766afd46ad39741b4d69e2.zip |
Notes
Diffstat (limited to 'lang/erlang14/Makefile')
-rw-r--r-- | lang/erlang14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index 22a651e422fc..49a10f4b4277 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/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? |