From owner-svn-ports-head@FreeBSD.ORG Mon Mar 25 13:01:52 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 E4FBF27F; Mon, 25 Mar 2013 13:01:52 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (mx.critical.ch [62.2.45.171]) by mx1.freebsd.org (Postfix) with ESMTP id 82885BE4; Mon, 25 Mar 2013 13:01:52 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.5/8.14.4/critical-1.0) with ESMTP id r2PD1ooP031500; Mon, 25 Mar 2013 14:01:51 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 25 Mar 2013 14:01:50 +0100 From: Emanuel Haupt To: Chris Rees Subject: Re: svn commit: r315213 - head/audio/milkytracker Message-Id: <20130325140150.99cbefb4d5e80a8a3e60b378@FreeBSD.org> In-Reply-To: References: <201303251027.r2PARQ9g071529@svn.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org 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: Mon, 25 Mar 2013 13:01:53 -0000 Chris Rees wrote: > On 25 Mar 2013 10:27, "Emanuel Haupt" wrote: > > > > Author: ehaupt > > Date: Mon Mar 25 10:27:25 2013 > > New Revision: 315213 > > URL: http://svnweb.freebsd.org/changeset/ports/315213 > > > > Log: > > Fix package list if a non-standard PREFIX is used by adding > %%LOCALBASE%% to > > pkg-plist for icons being installed to > > ${LOCALBASE}/share/pixmaps/. > > > > This was detected with "poudriere testport". > > For starters, this should be done with > > @cwd %%LOCALBASE%% > > Secondly, the port installing files outside PREFIX is wrong, and it > should be made to install to PREFIX/share/pixmaps > > Chris Fixed. Thanks for the clarification. Emanuel