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:
parent
61522409a6
commit
ff7476d1f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57077
@ -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?
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/erl
|
||||
bin/erl_call
|
||||
bin/erlc
|
||||
@comment Insert PLIST.lib-erlang here
|
||||
@comment -=[ begin PLIST.lib-erlang ]=-
|
||||
|
@ -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?
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/erl
|
||||
bin/erl_call
|
||||
bin/erlc
|
||||
@comment Insert PLIST.lib-erlang here
|
||||
@comment -=[ begin PLIST.lib-erlang ]=-
|
||||
|
Loading…
Reference in New Issue
Block a user