Ticket #44551: Portfile.diff
File Portfile.diff, 830 bytes (added by mthomas+macports@…, 10 years ago) |
---|
-
Portfile
old new 63 63 ${destroot}${prefix}/etc/mercurial/hgrc.default 64 64 65 65 # install html docs 66 xinstall -m 644 -W ${worksrcpath}/doc hg.1. txt hgrc.5.txt hgignore.5.txt\66 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \ 67 67 ${destroot}${prefix}/share/doc/mercurial 68 68 69 # install man pages 70 xinstall -m 644 -W ${worksrcpath}/doc hg.1 \ 71 ${destroot}${prefix}/share/man/man1 72 xinstall -m 644 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \ 73 ${destroot}${prefix}/share/man/man5 74 69 75 # install contrib 70 76 xinstall -d -m 755 ${destroot}${prefix}/share/mercurial 71 77 file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/mercurial/contrib