diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-14 13:15:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-08-14 13:15:03 +0000 |
commit | 8327def0e3d3d69cb9a486684d43aded258f4ced (patch) | |
tree | 92aa538107b30c1116c23a6a2599e4985b490230 /lang/erlang14 | |
parent | eaf69b5a2b24e1f92809d8740f39e6c3c5034e60 (diff) | |
download | ports-8327def0e3d3d69cb9a486684d43aded258f4ced.tar.gz ports-8327def0e3d3d69cb9a486684d43aded258f4ced.zip |
Notes
Diffstat (limited to 'lang/erlang14')
-rw-r--r-- | lang/erlang14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index 3ce94a938d57..cad02fe8c8f2 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -154,7 +154,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 ${PREFIX}/lib/erlang/lib/erl_interface-*/bin/erl_call ${PREFIX}/bin/erl_call @for SECTION in 1 3 4 6; do \ ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_MAN} \ -C ${PREFIX}/lib/erlang \ @@ -165,7 +165,7 @@ post-install: @${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${PREFIX}/lib/erlang @${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ - ${LOCALBASE}/lib/erlang/lib/dialyzer-*/doc/ + ${PREFIX}/lib/erlang/lib/dialyzer-*/doc/ @${MKDIR} ${PREFIX}/share/doc/erlang .for FILE in ${DOC_DISTFILES} |