Ticket #23697: py26-nltk-Portfile.patch
File py26-nltk-Portfile.patch, 1.2 KB (added by singingwolfboy@…, 15 years ago) |
---|
-
python/py26-nltk/Portfile
old new 5 5 PortGroup python26 1.0 6 6 7 7 name py26-nltk 8 version 2.0b 58 version 2.0b8 9 9 categories python textproc 10 10 platforms darwin 11 11 maintainers gmail.com:stevenbird1 … … 15 15 master_sites googlecode:nltk 16 16 distname nltk-${version} 17 17 18 checksums md5 a2af58d77942e3e484494783e3bd77f2\19 sha1 32431c00e544fba9bc898dc3c94c0213d8360751\20 rmd160 d572ef4bb098fd8ef032842aa9e667c664edd61018 checksums md5 d9e94beced346268e4d3d1b314d6f57f \ 19 sha1 eb9593e12514019689b1fc480b4bc88927148ffc \ 20 rmd160 dad3a3e320961799c5e551c8f6fe63d369b541e2 21 21 22 22 depends_lib port:py26-numpy \ 23 23 port:py26-matplotlib \ 24 24 port:py26-yaml 25 25 26 26 post-destroot { 27 file delete ${destroot}${python.pkgd}/yaml 27 28 set docdir ${destroot}${prefix}/share/doc/${name}-${version} 28 29 xinstall -d ${docdir} 29 30 xinstall -m 644 -W ${worksrcpath} \