[109195] trunk/dports/science
Ryan Schmidt
ryandesign at macports.org
Fri Aug 9 14:31:02 PDT 2013
On Aug 9, 2013, at 16:13, macsforever2000 at macports.org wrote:
> Revision: 109195
> https://trac.macports.org/changeset/109195
> Author: macsforever2000 at macports.org
> Date: 2013-08-09 14:13:09 -0700 (Fri, 09 Aug 2013)
> Log Message:
> -----------
> relax3d: New port. (#38522)
>
> Added Paths:
> -----------
> trunk/dports/science/relax3d/
> trunk/dports/science/relax3d/Portfile
> +destroot {
> + xinstall -m 755 ${worksrcpath}/build/relax ${destroot}${prefix}/bin/relax
> + xinstall -m 755 ${worksrcpath}/man/man1/relax.1 ${destroot}${prefix}/share/man/man1/relax.1
> +}
Not a big deal, but a manpage doesn't need the execute bit, so -m 644 would be more appropriate.
More information about the macports-dev
mailing list