svn commit: r317542 - in head/lang: erlang-runtime15 erlang-runtime15/files erlang-runtime16 erlang-runtime16/files

Jimmy Olgeni olgeni at FreeBSD.org
Mon May 6 18:40:11 UTC 2013


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.
 
 ===========================================================================


More information about the svn-ports-all mailing list