diff options
author | asami <asami@FreeBSD.org> | 1996-11-22 08:00:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-22 08:00:43 +0800 |
commit | f82676e4866126af0c6bd0f8faae2936d0117723 (patch) | |
tree | df9e211d1b5808f21e31fa75cff24075499305c3 /shells/zsh | |
parent | 958a8f8351d07a878d4ad5b3b719b2deb7a84b55 (diff) | |
download | freebsd-ports-gnome-f82676e4866126af0c6bd0f8faae2936d0117723.tar.gz freebsd-ports-gnome-f82676e4866126af0c6bd0f8faae2936d0117723.tar.zst freebsd-ports-gnome-f82676e4866126af0c6bd0f8faae2936d0117723.zip |
Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0".
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index b00342e5f27d..77f30ea84494 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -1,7 +1,7 @@ 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.0 +bin/zsh-3.0.1 info/zsh.info info/zsh.info-1 info/zsh.info-2 |