[109197] trunk/dports/science/relax3d/Portfile
Frank Schima
macsforever2000 at macports.org
Fri Aug 9 15:10:46 PDT 2013
On Aug 9, 2013, at 3:41 PM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> 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.
I definitely was not thinking when I did that! OK hopefully I got it right in r109198.
Thanks!
More information about the macports-dev
mailing list