diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-08-14 21:15:03 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-08-14 21:15:03 +0800 |
commit | 26569ab83dac7f3f1d2df6fe9aae2c7e5c7e819c (patch) | |
tree | e5f038d5323bdad7383c87c35577da7124cfcd6e /lang | |
parent | f4c5cab28808848a49c9dd78db62094ce81a2a01 (diff) | |
download | freebsd-ports-gnome-26569ab83dac7f3f1d2df6fe9aae2c7e5c7e819c.tar.gz freebsd-ports-gnome-26569ab83dac7f3f1d2df6fe9aae2c7e5c7e819c.tar.zst freebsd-ports-gnome-26569ab83dac7f3f1d2df6fe9aae2c7e5c7e819c.zip |
Replace LOCALBASE with PREFIX where needed.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang14/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 3ce94a938d57..cad02fe8c8f2 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/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} 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} |