mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
81165fa536
PR: 8552 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
9 lines
464 B
Plaintext
9 lines
464 B
Plaintext
bin/zsh
|
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
|
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|
|
bin/zsh-3.1.5
|
|
@unexec install-info --delete %D/info/zsh.info %D/info/dir
|
|
info/zsh.info
|
|
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
|
@exec install-info %D/info/zsh.info %D/info/dir
|