From owner-svn-ports-head@FreeBSD.ORG Sun May 5 13:26:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2010757D; Sun, 5 May 2013 13:26:40 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1249DE0E; Sun, 5 May 2013 13:26:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r45DQdwJ090363; Sun, 5 May 2013 13:26:39 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r45DQdp2090362; Sun, 5 May 2013 13:26:39 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201305051326.r45DQdp2090362@svn.freebsd.org> From: Jimmy Olgeni Date: Sun, 5 May 2013 13:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317411 - head/lang/erlang-runtime15/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 May 2013 13:26:40 -0000 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. ===========================================================================