Ticket #23239: Portfile-cdargs.diff
File Portfile-cdargs.diff, 944 bytes (added by jan@…, 15 years ago) |
---|
-
Portfile
4 4 5 5 name cdargs 6 6 version 1.35 7 revision 1 7 8 categories sysutils 8 9 maintainers entropy.ch:reg.macports 9 10 description Bookmarks for the shell … … 28 29 29 30 configure.args --mandir=${prefix}/share/man 30 31 32 patchfiles patch-contrib-cdargs-bash.sh.diff 33 31 34 post-destroot { 32 35 # Install helper files not installed by the Makefile 33 36 xinstall -d ${destroot}${prefix}/etc/profile.d … … 41 44 ui_msg " 42 45 To use ${name}, you need to source it from your shell's startup file. 43 46 44 If you're using bash , add these lines to your bash startup file:47 If you're using bash or zsh, add these lines to your bash startup file: 45 48 46 49 if \[ -f ${prefix}/etc/profile.d/cdargs-bash.sh \]; then 47 50 source ${prefix}/etc/profile.d/cdargs-bash.sh