Ticket #34437: Portfile.2.diff
File Portfile.2.diff, 604 bytes (added by michelle.lynn.gill@…, 13 years ago) |
---|
-
Portfile
old new 6 6 7 7 name py-scikits-learn 8 8 version 0.11 9 revision 09 revision 1 10 10 categories-append science 11 11 license BSD 12 12 platforms darwin … … 40 40 post-destroot { 41 41 # scikits/__init__.py is provided by scikits-module 42 42 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/*" 43 44 } 44 45 } 45 46