Ticket #23239: Portfile-cdargs.diff

File Portfile-cdargs.diff, 944 bytes (added by jan@…, 14 years ago)

Portfile patch

  • Portfile

     
    44
    55name            cdargs
    66version         1.35
     7revision        1
    78categories      sysutils
    89maintainers     entropy.ch:reg.macports
    910description     Bookmarks for the shell
     
    2829
    2930configure.args  --mandir=${prefix}/share/man
    3031
     32patchfiles      patch-contrib-cdargs-bash.sh.diff
     33
    3134post-destroot {
    3235    # Install helper files not installed by the Makefile
    3336    xinstall -d ${destroot}${prefix}/etc/profile.d
     
    4144    ui_msg "
    4245To use ${name}, you need to source it from your shell's startup file.
    4346
    44 If you're using bash, add these lines to your bash startup file:
     47If you're using bash or zsh, add these lines to your bash startup file:
    4548
    4649    if \[ -f ${prefix}/etc/profile.d/cdargs-bash.sh \]; then
    4750        source ${prefix}/etc/profile.d/cdargs-bash.sh