Ticket #25508: Portfile.diff

File Portfile.diff, 744 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 14 years ago)
  • Portfile

    old new  
    66
    77name                    qt4_select
    88version                 0.3
    9 revision                1
     9revision                2
    1010categories              sysutils
    1111platforms               darwin
    1212license                 BSD
     
    3131
    3232configure.args          --mandir=${prefix}/share/man --name=qt4
    3333
     34destroot.keepdirs ${destroot}${applications_dir}/Qt
     35
    3436# install all files
    3537post-destroot {
    36     xinstall -d -m 0755 ${destroot}${applications_dir}/Qt
    37     xinstall -c -m 0644 ${filespath}/README ${destroot}${applications_dir}/Qt
    3838    select::install qt4 ${filespath}/base
    3939    select::install qt4 ${filespath}/none
    4040}