Ticket #31741: py-crypto.diff
File py-crypto.diff, 843 bytes (added by blb@…, 13 years ago) |
---|
-
Portfile
5 5 6 6 name py-crypto 7 7 version 2.4 8 revision 1 8 9 9 10 categories python security 10 11 license public-domain PSF … … 29 30 test.run yes 30 31 test.target test 31 32 32 post-destroot { 33 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 34 xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \ 35 ${destroot}${prefix}/share/doc/${name} 33 if {${name} != ${subport}} { 34 post-destroot { 35 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 36 xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \ 37 ${destroot}${prefix}/share/doc/${subport} 38 } 36 39 } 37 40 38 41 livecheck.type regex