[91911] users/g5pw
Ryan Schmidt
ryandesign at macports.org
Fri Apr 13 01:37:03 PDT 2012
On Apr 13, 2012, at 02:06, g5pw at macports.org wrote:
> Revision: 91911
> https://trac.macports.org/changeset/91911
> Author: g5pw at macports.org
> Date: 2012-04-13 00:06:41 -0700 (Fri, 13 Apr 2012)
> Log Message:
> -----------
> devel/wemux:
> new port
>
> Added Paths:
> -----------
> users/g5pw/dports/
> users/g5pw/dports/devel/
> users/g5pw/dports/devel/wemux/
> users/g5pw/dports/devel/wemux/Portfile
> +use_configure no
> +
> +build {}
> +
> +destroot {
> + xinstall -m 775 ${worksrcpath}/wemux ${destroot}${prefix}/bin
> + xinstall -m 664 ${worksrcpath}/wemux.conf.example ${destroot}${prefix}/etc
> +}
I realize this is still a work in progress and in your users directory, but disabling the configure ("use_configure no") and build ("build {}") phases is a pretty good hint that this port probably doesn't install any architecture-specific files and should therefore use "supported_archs noarch".
More information about the macports-dev
mailing list