diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2005-06-28 12:21:11 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2005-06-28 12:21:11 +0000 |
commit | 281977c23582bcbf45525cab7b00357025c0ac80 (patch) | |
tree | 9ed7b07bfbc89862065d71b0ce5c9b8f73626502 /lang/erlang/Makefile | |
parent | Portlint fixes. (diff) |
Remove disabled code.
Notes
Notes:
svn path=/head/; revision=138107
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r-- | lang/erlang/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 59b209154325..98fc962d986a 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -105,14 +105,6 @@ pre-configure: # rest, not in share/doc/erlang as it should, because of relative # links in the documentation. post-install: -# @for SCRIPT in ecc elink ear escript; do \ -# ${REINPLACE_CMD} -e "s@ERLANG_EARS=.*@ERLANG_EARS=${LOCALBASE}/lib/erlang/erts-${ERTS_VSN}@" ${LOCALBASE}/bin/$${SCRIPT}; \ -# done - -# @for SCRIPT in ecc elink; do \ -# ${REINPLACE_CMD} -e "s@exec .*beam_evm@exec beam_evm@" ${LOCALBASE}/bin/$${SCRIPT}; \ -# done - @${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 |