svn commit: r315213 - head/audio/milkytracker

Chris Rees utisoft at gmail.com
Mon Mar 25 10:31:18 UTC 2013


On 25 Mar 2013 10:27, "Emanuel Haupt" <ehaupt at freebsd.org> 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


More information about the svn-ports-all mailing list