diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 23:19:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 23:19:28 +0000 |
commit | 78bf8aeba0359241954969f9bf52ac245dfa4fe7 (patch) | |
tree | 09b3d4e53960c7166dc99a4e260844b3523c02d0 /shells | |
parent | 049769d9885fbc9adb2a21e1549574d42af6649a (diff) | |
download | pkgsrc-78bf8aeba0359241954969f9bf52ac245dfa4fe7.tar.gz |
portlint: use our install-info
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/pkg/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/zsh/pkg/PLIST b/shells/zsh/pkg/PLIST index a810f6f4aea..aae303e8ec6 100644 --- a/shells/zsh/pkg/PLIST +++ b/shells/zsh/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:04:35 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/01/24 23:19:28 hubertf Exp $ 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.5 -@unexec install-info --delete %D/info/zsh.info %D/info/dir +@unexec %D/bin/install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info +@exec %D/bin/install-info %D/info/zsh.info %D/info/dir man/man1/zshcompctl.1.gz man/man1/zshexpn.1.gz man/man1/zshmisc.1.gz |