mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
87233b0f99
PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de>
8 lines
391 B
Plaintext
8 lines
391 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-%%ZSH_VERSION%%
|
|
@unexec install-info --delete %D/info/zsh.info %D/info/dir
|
|
info/zsh.info
|
|
@exec install-info %D/info/zsh.info %D/info/dir
|