Ticket #13291: zsh-devel.patch

File zsh-devel.patch, 888 bytes (added by ecronin (Eric Cronin), 16 years ago)
  • Portfile

    old new  
    6868post-destroot {
    6969    # This manpage only includes every zsh manpage; as manpages are gzipped in MacPorts,
    7070    # .so groff directives will fail.
    71     cd ${destroot}${prefix}/share/man/man1
    72     system "soelim -I.. zshall.1 > zshall.1.soelim"
    73     file rename -force zshall.1.soelim zshall.1
     71    system "cd ${destroot}${prefix}/share/man/man1 && \
     72        soelim -I.. zshall.1 > zshall.1.soelim"
     73    file rename -force \
     74        ${destroot}${prefix}/share/man/man1/zshall.1.soelim \
     75        ${destroot}${prefix}/share/man/man1/zshall.1
    7476
    7577    xinstall -m 0755 -d ${destroot}${docdir}
    7678    xinstall -m 0644 -W ${worksrcpath} ChangeLog FEATURES LICENCE NEWS README ${destroot}${docdir}