On Mar 6, 2013, at 13:48, [email protected] wrote:

> Revision: 103759
>          https://trac.macports.org/changeset/103759
> Author:   [email protected]
> 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.


_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to