Ticket #25470: getmail.diff
File getmail.diff, 1.2 KB (added by blb@…, 14 years ago) |
---|
-
Portfile
4 4 PortGroup python26 1.0 5 5 6 6 name getmail 7 version 4. 16.07 version 4.20.0 8 8 categories mail python 9 9 platforms darwin 10 10 maintainers mww … … 17 17 18 18 homepage http://pyropus.ca/software/getmail/ 19 19 master_sites ${homepage}/old-versions/ 20 checksums md5 07d81a4b20be1304bb74af25803db914\21 sha1 372513e8d1664d832d9e350918a841f26ca46685\22 rmd160 9cf6f408d50597a5935ed27c9d1de872a673e452 20 checksums md5 33a090d62b6039e0a8df4c3da545d851 \ 21 sha1 999e8987ff8321291eca507549ce5e8ce0e65030 \ 22 rmd160 bdf20ee8e30f3b1a1f087627e86003befa995fee 23 23 dist_subdir ${name} 24 24 patchfiles patch-setup.py.diff 25 25 26 python.link_binaries_suffix 27 26 28 post-destroot { 27 foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {28 ln -s ${python.prefix}/bin/${binfile} \29 ${destroot}${prefix}/bin/${binfile}30 }31 29 foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] { 32 30 ln -s ${python.prefix}/share/man/man1/${manfile} \ 33 31 ${destroot}${prefix}/share/man/man1/${manfile}