1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell

scripts controlling erlang nodes).
This commit is contained in:
Jimmy Olgeni 2002-03-31 18:08:40 +00:00
parent 61522409a6
commit ff7476d1f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57077
4 changed files with 4 additions and 0 deletions

View File

@ -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?

View File

@ -1,4 +1,5 @@
bin/erl
bin/erl_call
bin/erlc
@comment Insert PLIST.lib-erlang here
@comment -=[ begin PLIST.lib-erlang ]=-

View File

@ -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?

View File

@ -1,4 +1,5 @@
bin/erl
bin/erl_call
bin/erlc
@comment Insert PLIST.lib-erlang here
@comment -=[ begin PLIST.lib-erlang ]=-