mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5ce8e8e5c7
in bsd.port.mk and this helps to unify the check and install.
8 lines
381 B
Plaintext
8 lines
381 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 install-info %D/info/zsh.info %D/info/dir
|