[103759] trunk/dports/x11
Ryan Schmidt
ryandesign at macports.org
Sat Mar 9 17:46:30 PST 2013
On Mar 6, 2013, at 13:48, adfernandes at macports.org wrote:
> Revision: 103759
> https://trac.macports.org/changeset/103759
> Author: adfernandes at macports.org
> Date: 2013-03-06 11:48:22 -0800 (Wed, 06 Mar 2013)
> Log Message:
> -----------
> x11/BWidget: new port, subproject of tcllib
> Added: trunk/dports/x11/BWidget/Portfile
> +depends_lib port:tk \
> +
That backslash shouldn't be there.
> +configure.cmd echo
This should be "use_configure no".
This port doesn't seem to install architecture-specific files so it needs "supported_archs noarch".
> +build.cmd echo
We usually write this as:
build {}
> +destroot.cmd echo
> +
> +post-destroot {
> + copy ${worksrcpath} ${destroot}${prefix}/lib/${name}
> +}
Just change the post-destroot block to a destroot block, then you can remove the destroot.cmd line.
More information about the macports-dev
mailing list