Ticket #14808: Portfile.diff
File Portfile.diff, 1.5 KB (added by simon@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 PortGroup python24 1.0 5 5 name mercurial 6 version 0.9.56 version 1.0 7 7 categories devel python 8 8 maintainers deric@macports.org 9 9 description A fast, lightweight, distributed SCM system written in \ … … 23 23 24 24 homepage http://www.selenic.com/mercurial/ 25 25 master_sites ${homepage}release/ 26 checksums md5 a9dd54bcb87ca332315ce83293816e37\27 sha1 889a83f4cdcead93323d7cf4276751cc20396455\28 rmd160 ea38d3142a4b1087e2777de3b70df8b4672cd23726 checksums md5 9f8dd7fa6f8886f77be9b923f008504c \ 27 sha1 11689e85a91874417cb110ded6c3a4d7b30429cb \ 28 rmd160 21b5603e033898420f4fbf1b851ede4f69a7657c 29 29 30 30 post-destroot { 31 31 # install html docs 32 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hg merge.1.html hgrc.5.html hgignore.5.html \32 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \ 33 33 ${destroot}/${prefix}/share/doc/${name} 34 34 35 35 # install man pages 36 xinstall -m 444 -W ${worksrcpath}/doc hg.1 hgmerge.1\36 xinstall -m 444 -W ${worksrcpath}/doc hg.1 \ 37 37 ${destroot}/${prefix}/share/man/man1 38 38 xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \ 39 39 ${destroot}/${prefix}/share/man/man5