[109197] trunk/dports/science/relax3d/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Aug 9 14:41:59 PDT 2013


On Aug 9, 2013, at 16:32, macsforever2000 at macports.org wrote:

> Revision: 109197
>          https://trac.macports.org/changeset/109197
> Author:   macsforever2000 at macports.org
> Date:     2013-08-09 14:32:48 -0700 (Fri, 09 Aug 2013)
> Log Message:
> -----------
> relax3d: Removed execute bit for man pages.
> 
> Modified Paths:
> --------------
>    trunk/dports/science/relax3d/Portfile
> 
> Modified: trunk/dports/science/relax3d/Portfile
> ===================================================================
> --- trunk/dports/science/relax3d/Portfile	2013-08-09 21:15:55 UTC (rev 109196)
> +++ trunk/dports/science/relax3d/Portfile	2013-08-09 21:32:48 UTC (rev 109197)
> @@ -47,8 +47,8 @@
> build.target              ""
> 
> 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
> +        xinstall -m 644 ${worksrcpath}/build/relax ${destroot}${prefix}/bin/relax
> +        xinstall -m 644 ${worksrcpath}/man/man1/relax.1 ${destroot}${prefix}/share/man/man1/relax.1
> }

No no! The 'relax' executable does need the execute bit! :) But the 'relax.1' manpage does not.



More information about the macports-dev mailing list