[31033] trunk/dports/shells/zsh-devel/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Nov 14 06:30:41 PST 2007
Revision: 31033
http://trac.macosforge.org/projects/macports/changeset/31033
Author: nox at macports.org
Date: 2007-11-14 06:30:40 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
zsh-devel: Removed {{{cd}}} call (closes #13291).
Modified Paths:
--------------
trunk/dports/shells/zsh-devel/Portfile
Modified: trunk/dports/shells/zsh-devel/Portfile
===================================================================
--- trunk/dports/shells/zsh-devel/Portfile 2007-11-14 14:29:00 UTC (rev 31032)
+++ trunk/dports/shells/zsh-devel/Portfile 2007-11-14 14:30:40 UTC (rev 31033)
@@ -68,9 +68,11 @@
post-destroot {
# This manpage only includes every zsh manpage; as manpages are gzipped in MacPorts,
# .so groff directives will fail.
- cd ${destroot}${prefix}/share/man/man1
- system "soelim -I.. zshall.1 > zshall.1.soelim"
- file rename -force zshall.1.soelim zshall.1
+ system "cd ${destroot}${prefix}/share/man/man1 && \
+ soelim -I.. zshall.1 > zshall.1.soelim"
+ file rename -force \
+ ${destroot}${prefix}/share/man/man1/zshall.1.soelim \
+ ${destroot}${prefix}/share/man/man1/zshall.1
xinstall -m 0755 -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} ChangeLog FEATURES LICENCE NEWS README ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071114/cf08b106/attachment.html
More information about the macports-changes
mailing list