[106120] trunk/dports/shells/zsh/Portfile

larryv at macports.org larryv at macports.org
Wed May 15 11:06:01 PDT 2013


Revision: 106120
          https://trac.macports.org/changeset/106120
Author:   larryv at macports.org
Date:     2013-05-15 11:06:01 -0700 (Wed, 15 May 2013)
Log Message:
-----------
zsh: Tweak formatting.

Modified Paths:
--------------
    trunk/dports/shells/zsh/Portfile

Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- trunk/dports/shells/zsh/Portfile	2013-05-15 13:45:42 UTC (rev 106119)
+++ trunk/dports/shells/zsh/Portfile	2013-05-15 18:06:01 UTC (rev 106120)
@@ -12,14 +12,15 @@
 license                 Permissive
 
 description             Zsh is a UNIX command interpreter (shell)
-long_description        Zsh is a UNIX command interpreter (shell) which of \
-                        the standard shells most resembles the Korn shell \
-                        (ksh), although it is not completely compatible. \
-                        It includes enhancements of many types, notably in \
-                        the command-line editor, options for customising \
-                        its behaviour, filename globbing, features to make \
-                        C-shell (csh) users feel more at home and extra \
-                        features drawn from tcsh (another 'custom' shell).
+long_description        Zsh is a UNIX command interpreter (shell) which \
+                        of the standard shells most resembles the Korn \
+                        shell (ksh), although it is not completely \
+                        compatible. It includes enhancements of many \
+                        types, notably in the command-line editor, \
+                        options for customising its behaviour, filename \
+                        globbing, features to make C-shell (csh) users \
+                        feel more at home and extra features drawn from \
+                        tcsh (another 'custom' shell).
 
 homepage                http://www.zsh.org/
 
@@ -72,14 +73,15 @@
 
     # Generate run-help help files; see zshcontrib(1).
     xinstall -d ${destroot}${help}
-    system -W ${destroot}${help} "man ${man}/man1/zshbuiltins.1 | colcrt - | \
-        perl ${worksrcpath}/Util/helpfiles"
+    system -W ${destroot}${help} "man ${man}/man1/zshbuiltins.1 | \
+        colcrt - | \ perl ${worksrcpath}/Util/helpfiles"
 
     # Install any straggling documentation.
     xinstall -m 0644 -W ${worksrcpath} \
         ChangeLog FEATURES LICENCE META-FAQ NEWS README ${destroot}${doc}
     xinstall -d ${destroot}${doc}/pdf
-    eval xinstall -m 0644 [glob ${worksrcpath}/Doc/*.pdf] ${destroot}${doc}/pdf
+    eval xinstall -m 0644 [glob ${worksrcpath}/Doc/*.pdf] \
+        ${destroot}${doc}/pdf
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130515/66c3659f/attachment-0001.html>


More information about the macports-changes mailing list