1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/shells/zsh/pkg-plist

10 lines
473 B
Plaintext
Raw Normal View History

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
1997-09-26 08:23:15 +00:00
bin/zsh-3.0.5
1997-06-16 11:51:14 +00:00
@unexec install-info --delete %D/info/zsh.info %D/info/dir
1995-02-12 16:31:45 +00:00
info/zsh.info
1997-06-16 11:51:14 +00:00
@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
1997-06-25 05:24:46 +00:00
info/dir