Ticket #47228: own-ee-and-fix-it.diff

File own-ee-and-fix-it.diff, 771 bytes (added by grimreaper (Eitan Adler), 9 years ago)
  • Portfile

    version 1.4.6 
    88categories          editors
    99license             Artistic-1
    1010platforms           darwin
    11 maintainers         nomaintainer
     11maintainers         eitanadler.com:lists \
     12                    openmaintainer
    1213
    1314description         easy to use text editor
    1415
    use_parallel_build no 
    3940build.args          CC="${configure.cc} [get_canonical_archflags cc]"
    4041
    4142destroot {
    42     xinstall -m 555 ${worksrcpath}/ee ${destroot}${prefix}/bin
     43    xinstall -m 755 ${worksrcpath}/ee ${destroot}${prefix}/bin
    4344    xinstall -m 444 ${worksrcpath}/ee.1 ${destroot}${prefix}/share/man/man1
    4445}