summaryrefslogtreecommitdiff
path: root/lang/erlang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-03-31 18:08:40 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-03-31 18:08:40 +0000
commitff7476d1f5eceb23c4766afd46ad39741b4d69e2 (patch)
tree613b8262e2e90d3902c1e8902ff1946d4f423075 /lang/erlang
parentUpdate to 3.5.6 (diff)
Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell
scripts controlling erlang nodes).
Notes
Notes: svn path=/head/; revision=57077
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile1
-rw-r--r--lang/erlang/pkg-plist1
2 files changed, 2 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?
diff --git a/lang/erlang/pkg-plist b/lang/erlang/pkg-plist
index 280fb7457609..26d6a1304b1d 100644
--- a/lang/erlang/pkg-plist
+++ b/lang/erlang/pkg-plist
@@ -1,4 +1,5 @@
bin/erl
+bin/erl_call
bin/erlc
@comment Insert PLIST.lib-erlang here
@comment -=[ begin PLIST.lib-erlang ]=-