Ticket #13291: zsh-devel.patch
File zsh-devel.patch, 888 bytes (added by ecronin (Eric Cronin), 17 years ago) |
---|
-
Portfile
old new 68 68 post-destroot { 69 69 # This manpage only includes every zsh manpage; as manpages are gzipped in MacPorts, 70 70 # .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 74 76 75 77 xinstall -m 0755 -d ${destroot}${docdir} 76 78 xinstall -m 0644 -W ${worksrcpath} ChangeLog FEATURES LICENCE NEWS README ${destroot}${docdir}