Revision
39685
Author
raimue@macports.org
Date
2008-08-30 03:21:28 -0700 (Sat, 30 Aug 2008)

Log Message

sysutils/bash-completion:
Correct instructions in post-install

Modified Paths

Diff

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"