Modified: trunk/dports/shells/zsh-devel/Portfile (74422 => 74423)
--- 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 {