Ticket #44551: Portfile.diff

File Portfile.diff, 830 bytes (added by mthomas+macports@…, 10 years ago)
  • Portfile

    old new  
    6363        ${destroot}${prefix}/etc/mercurial/hgrc.default
    6464
    6565    # 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 \
    6767            ${destroot}${prefix}/share/doc/mercurial
    6868
     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
    6975    # install contrib
    7076    xinstall -d -m 755 ${destroot}${prefix}/share/mercurial
    7177    file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/mercurial/contrib