diff options
Diffstat (limited to 'lang/erlang-runtime16')
-rw-r--r-- | lang/erlang-runtime16/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang-runtime16/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index 5e3af76d13c4..0a703f0c7f05 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/otp_src_R16B ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} SUB_FILES= pkg-message -SUB_LIST= TOOLS_VSN=${TOOLS_VSN} +SUB_LIST= TOOLS_VSN=${TOOLS_VSN} ERLANG_LIB=${ERLANG_LIB} PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes diff --git a/lang/erlang-runtime16/files/pkg-message.in b/lang/erlang-runtime16/files/pkg-message.in index 1adddb75f563..e1f9b0b52c56 100644 --- a/lang/erlang-runtime16/files/pkg-message.in +++ b/lang/erlang-runtime16/files/pkg-message.in @@ -10,6 +10,6 @@ You may wish to add the following line to /etc/manpath.config: OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man To use this runtime port for development or testing, just prepend -its binary path ("%%LOCALBASE%%/lib/erlang16/bin") to your PATH variable. +its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable. =========================================================================== |