Changeset 4503 for trunk/dports


Ignore:
Timestamp:
Jan 7, 2004, 12:13:40 AM (20 years ago)
Author:
yeled
Message:

Update to latest
change my email
add ui_msg
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/bash-completion/Portfile

    r3799 r4503  
    1 # $Id: Portfile,v 1.1 2003/10/24 16:57:16 waqar Exp $
     1# $Id: Portfile,v 1.2 2004/01/07 00:13:40 yeled Exp $
    22
    33PortSystem      1.0
    44name            bash-completion
    5 version         20031022
     5version         20040101
    66categories      sysutils
    7 maintainers     charlie@rubberduck.com 
     7maintainers     yeled@opendarwin.org
    88description     Programmable bash2 completions.
    99long_description        \
     
    1313platforms       darwin
    1414master_sites    http://www.caliban.org/files/bash/
    15 checksums       md5 cef14346dc9a879410302b74e19c404f
     15checksums       md5 9694e44dc750e1cece97c81831b921ec
    1616use_configure   no
    1717build           {}
     
    2121        system "install -m 755 -c ${workpath}/bash_completion/bash_completion ${destroot}${prefix}/etc/"
    2222}
     23
     24ui_msg  "================================================================================\n"
     25ui_msg  "Set this in your .bash_profile:\n"
     26ui_msg  "\tif \[ -f ${prefix}/etc/bash_completion ]; then\n\t\t. ${prefix}/etc/bash_completion\n\tfi\n"
     27ui_msg  "================================================================================\n"
Note: See TracChangeset for help on using the changeset viewer.