Ticket #19283: Portfile.diff
File Portfile.diff, 1.0 KB (added by akitada@…, 15 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 51.04 PortGroup python26 1.0 5 5 6 6 name mercurial 7 7 version 1.2.1 8 revision 1 8 9 categories devel python 9 10 maintainers deric 10 11 description A fast, lightweight, distributed SCM system written in \ … … 29 30 sha1 f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb \ 30 31 rmd160 37c94e5ef9cdc639fe23622ddaf97b2230ec2216 31 32 32 depends_lib-append port:py25-zlib port:py25-hashlib port:py25-bz233 34 33 post-destroot { 35 34 # install html docs 36 35 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \ … … 69 68 variant zsh_completion description {Install mercurial zsh completion file} { 70 69 depends_run-append path:${prefix}/bin/zsh:zsh 71 70 } 71 72 post-destroot { 73 ln -s ${python.prefix}/bin/hg ${destroot}${prefix}/bin/ 74 }