Ticket #13663: patch-gtk2-aurora-Portfile.diff

File patch-gtk2-aurora-Portfile.diff, 334 bytes (added by mp@…, 16 years ago)

patch to gtk2-aurora Portfile to make install-sh executable

  • Portfile

    old new  
    2525
    2626configure.args  --enable-animation
    2727
     28pre-destroot {
     29        file attributes ${worksrcpath}/install-sh -permissions +x
     30}
     31
    2832post-destroot {
    2933    copy ${worksrcpath}/Gtkrc_themes ${destroot}${prefix}/share/themes
    3034