Modified: trunk/dports/sysutils/bash-completion/Portfile (39684 => 39685)
--- trunk/dports/sysutils/bash-completion/Portfile 2008-08-30 10:13:11 UTC (rev 39684)
+++ trunk/dports/sysutils/bash-completion/Portfile 2008-08-30 10:21:28 UTC (rev 39685)
@@ -34,7 +34,7 @@
destroot.keepdirs ${destroot}${prefix}/etc/
post-install {
- ui_msg "Set this at the *end* your .bash_profile:"
+ ui_msg "To use bash_completion, add the following lines at the end of your .bash_profile:"
ui_msg ""
ui_msg " if \[ -f ${prefix}/etc/bash_completion ]; then"
ui_msg " . ${prefix}/etc/bash_completion"