Ticket #42356: Portfile-py-mpmath.diff
File Portfile-py-mpmath.diff, 1.2 KB (added by pgf, 11 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 6 6 name py-mpmath 7 version 0.1 78 revision 17 version 0.18 8 revision 0 9 9 categories-append math 10 10 license BSD 11 11 maintainers nomaintainer … … 21 21 master_sites googlecode:mpmath 22 22 distname mpmath-${version} 23 23 24 checksums md5 e2 7af3a77bc39c8745d5d1c09a8247ac\25 sha1 c5bd806308c96d1d93a6b437995a09e5ab0e9331\26 rmd160 bfdbab090820cc7e28a9f3cff9ed8dcd24eacaff24 checksums md5 e2e7a7932969f52f25b7e19d8f0438bd \ 25 sha1 b103be6ab76aa2747f5b5d46b9a097b97a191dee \ 26 rmd160 83979e4e4b9c11158d2a94c52302620ad94d63e5 27 27 28 28 python.versions 25 26 27 29 29 30 30 if {${name} ne ${subport}} { 31 31 post-destroot { 32 32 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 33 xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README\33 xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE \ 34 34 ${destroot}${prefix}/share/doc/${subport} 35 35 } 36 36 }