Revision: 74423 http://trac.macports.org/changeset/74423 Author: dports@macports.org Date: 2010-12-16 13:41:31 -0800 (Thu, 16 Dec 2010) Log Message: ----------- zsh-devel: convert ui_info message to notes Modified Paths: -------------- trunk/dports/shells/zsh-devel/Portfile Modified: trunk/dports/shells/zsh-devel/Portfile =================================================================== --- trunk/dports/shells/zsh-devel/Portfile 2010-12-16 21:17:51 UTC (rev 74422) +++ trunk/dports/shells/zsh-devel/Portfile 2010-12-16 21:41:31 UTC (rev 74423) @@ -99,11 +99,11 @@ } } -post-install { - ui_info "If you want MacPorts' ${my_name} as login shell, you should run:" - ui_info "% sudo sh -c \"echo '${prefix}/bin/${my_name}' >> /etc/shells\"" - ui_info "% chsh -s ${prefix}/bin/${my_name}" -} +notes " +If you want MacPorts' ${my_name} as login shell, you should run: +% sudo sh -c \"echo '${prefix}/bin/${my_name}' >> /etc/shells\" +% chsh -s ${prefix}/bin/${my_name} +" platform darwin 8 { post-configure {
participants (1)
-
dports@macports.org