1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/shells/zsh-devel/pkg-plist
Masafumi Max NAKANE 3f73d91a41 @exec/@unexec directives that use %[FD] should never be put at the
very beginning of the file.  This has been causing pkg_add to fail.
1997-09-06 17:52:52 +00:00

19 lines
676 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.0.4
@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
info/dir
man/man1/zshcompctl.1.gz
man/man1/zshexpn.1.gz
man/man1/zshmisc.1.gz
man/man1/zshoptions.1.gz
man/man1/zshall.1.gz
man/man1/zshzle.1.gz
man/man1/zsh.1.gz
man/man1/zshbuiltins.1.gz
man/man1/zshparam.1.gz