Date: Sun, 5 May 2013 13:26:39 +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: r317411 - head/lang/erlang-runtime15/files Message-ID: <201305051326.r45DQdp2090362@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Sun May 5 13:26:39 2013 New Revision: 317411 URL: http://svnweb.freebsd.org/changeset/ports/317411 Log: Replace /usr/local with %%LOCALBASE%%. Modified: head/lang/erlang-runtime15/files/pkg-message.in Modified: head/lang/erlang-runtime15/files/pkg-message.in ============================================================================== --- head/lang/erlang-runtime15/files/pkg-message.in Sun May 5 13:04:34 2013 (r317410) +++ head/lang/erlang-runtime15/files/pkg-message.in Sun May 5 13:26:39 2013 (r317411) @@ -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 ("/usr/local/lib/erlang15/bin") to your PATH variable. +its binary path ("%%LOCALBASE%%/lib/erlang15/bin") to your PATH variable. ===========================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305051326.r45DQdp2090362>