Ticket #34437: Portfile.2.diff

File Portfile.2.diff, 604 bytes (added by michelle.lynn.gill@…, 12 years ago)
  • Portfile

    old new  
    66
    77name                py-scikits-learn
    88version             0.11
    9 revision            0
     9revision            1
    1010categories-append   science
    1111license             BSD
    1212platforms           darwin
     
    4040    post-destroot {
    4141        # scikits/__init__.py is provided by scikits-module
    4242        file delete ${destroot}${python.pkgd}/scikits/__init__.py
     43        system -W ${destroot}${python.pkgd} "chmod go+r scikit_learn-${version}-py${python.branch}.egg-info/*"
    4344    }
    4445}
    4546