[108285] trunk/dports/science

Ryan Schmidt ryandesign at macports.org
Wed Jul 24 10:35:29 PDT 2013


On Jul 17, 2013, at 17:37, aronnax at macports.org wrote:

> Revision: 108285
>          https://trac.macports.org/changeset/108285
> Author:   aronnax at macports.org
> Date:     2013-07-17 15:37:30 -0700 (Wed, 17 Jul 2013)
> Log Message:
> -----------
> wcstools: new port
> 
> Programs for manipulating world coordinate systems (WCSs) in FITS images


> Added: trunk/dports/science/wcstools/Portfile


> +destroot {
> +    xinstall -d ${destroot}${prefix}/bin
> +    xinstall -d ${destroot}${prefix}/man/man1

You don't need to create standard directories; MacPorts creates them for you.

> +    eval xinstall [glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin
> +    eval xinstall [glob ${worksrcpath}/man/man1/*] ${destroot}${prefix}/man/man1

manpages belong in ${prefix}/share/man not ${prefix}/man




More information about the macports-dev mailing list