Ticket #10119: Portfile.patch
File Portfile.patch, 1.7 KB (added by deric@…, 18 years ago) |
---|
-
devel/mercurial/Portfile
old new 1 # $Id: Portfile,v 1.2 2006/05/11 06:35:42 mww Exp$1 # $Id: $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup python24 1.0 5 5 name mercurial 6 version 0.9 6 version 0.9.1 7 7 categories devel python 8 8 maintainers deric@caveo.se 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 d4154d12dcbda78251750c2a18eae940\27 sha1 d633a9fee89ed8aee22d5a52138c673e01feed7f\28 rmd160 4ab0646abeea17bebf2262457448ef39959b531126 checksums md5 9ed3962bba640a686c37faa47739270c \ 27 sha1 a1f9ed5ee96660ee9f6cff6d65c8ad8e3495702e \ 28 rmd160 f34db5fbfcc5b3e90b2bce7577d3446f6159b057 29 29 30 30 post-destroot { 31 31 # install html docs 32 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgmerge.1.html hgrc.5.html \33 ${destroot}/${prefix}/share/doc/${name}32 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgmerge.1.html hgrc.5.html hgignore.5.html \ 33 ${destroot}/${prefix}/share/doc/${name} 34 34 35 35 # install man pages 36 36 xinstall -m 444 -W ${worksrcpath}/doc hg.1 hgmerge.1 \ 37 37 ${destroot}/${prefix}/share/man/man1 38 xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 \38 xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \ 39 39 ${destroot}/${prefix}/share/man/man5 40 40 41 41 # install contrib stuff