Date: Mon, 6 May 2013 18:40:09 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317542 - in head/lang: erlang-runtime15 erlang-runtime15/files erlang-runtime16 erlang-runtime16/files Message-ID: <201305061840.r46Ie94X013610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Mon May 6 18:40:08 2013 New Revision: 317542 URL: http://svnweb.freebsd.org/changeset/ports/317542 Log: Add ERLANG_LIB to SUB_LIST, and use it in pkg-message. No PORTREVISION bump because the package stays the same. Modified: head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime15/files/pkg-message.in head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime16/files/pkg-message.in Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime15/Makefile Mon May 6 18:40:08 2013 (r317542) @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/otp_src_R15B03 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 Modified: head/lang/erlang-runtime15/files/pkg-message.in ============================================================================== --- head/lang/erlang-runtime15/files/pkg-message.in Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime15/files/pkg-message.in Mon May 6 18:40:08 2013 (r317542) @@ -10,6 +10,6 @@ You may wish to add the following line t OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man To use this runtime port for development or testing, just prepend -its binary path ("%%LOCALBASE%%/lib/erlang15/bin") to your PATH variable. +its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable. =========================================================================== Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime16/Makefile Mon May 6 18:40:08 2013 (r317542) @@ -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 Modified: head/lang/erlang-runtime16/files/pkg-message.in ============================================================================== --- head/lang/erlang-runtime16/files/pkg-message.in Mon May 6 18:39:43 2013 (r317541) +++ head/lang/erlang-runtime16/files/pkg-message.in Mon May 6 18:40:08 2013 (r317542) @@ -10,6 +10,6 @@ You may wish to add the following line t 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. ===========================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061840.r46Ie94X013610>