diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-06-04 11:20:54 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-06-04 11:20:54 +0000 |
commit | 47556d902f3e832bbb0318b5b1eacae3f5b2a054 (patch) | |
tree | 42140d6dc6481e0a5e64730e4360c8434b672061 /lang/erlang14/Makefile | |
parent | 1780b7d696a5f7f4b01ca589f6d7db58fbd5a54d (diff) | |
download | ports-47556d902f3e832bbb0318b5b1eacae3f5b2a054.tar.gz ports-47556d902f3e832bbb0318b5b1eacae3f5b2a054.zip |
Notes
Diffstat (limited to 'lang/erlang14/Makefile')
-rw-r--r-- | lang/erlang14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index 589ec8c183f0..08cb38d8fb27 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -127,7 +127,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 + @${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? |