[101996] trunk/dports/shells/fish/Portfile

larryv at macports.org larryv at macports.org
Wed Jan 23 20:59:20 PST 2013


Revision: 101996
          https://trac.macports.org/changeset/101996
Author:   larryv at macports.org
Date:     2013-01-23 20:59:19 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
fish: Add notes; reformat description.

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

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2013-01-24 03:20:21 UTC (rev 101995)
+++ trunk/dports/shells/fish/Portfile	2013-01-24 04:59:19 UTC (rev 101996)
@@ -10,9 +10,10 @@
 categories              shells
 platforms               darwin
 maintainers             nomaintainer
-description             user friendly command line shell for UNIX-like operating systems
-long_description        fish is a user friendly command line shell for UNIX-like \
-                        operating systems like Darwin.
+description             user friendly command line shell for UNIX-like \
+                        operating systems
+long_description        fish is a user friendly command line shell for \
+                        UNIX-like operating systems like Darwin.
 
 homepage                http://fishshell.com/
 master_sites            ${homepage}files/${version}/
@@ -64,3 +65,14 @@
 variant xsel description "enable xsel support, only appropriate for use within X11" {
     configure.args-delete --without-xsel
 }
+
+notes "
+To set MacPorts' ${name} as default login shell, run:
+
+    sudo chpass -s ${prefix}/bin/${name} \${USER}
+
+To be able to switch default shells to or from ${name} without superuser\
+privileges, add it to /etc/shells:
+
+    sudo sh -c 'echo ${prefix}/bin/${name} >> /etc/shells'
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/5df1e19b/attachment.html>


More information about the macports-changes mailing list