diff options
author | tv <tv> | 1999-02-11 19:17:28 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-11 19:17:28 +0000 |
commit | b1e5df2a475c6ce05cca51e33d94e4953abd6c00 (patch) | |
tree | f76daec9f35f521bddac8b348dfb1657a18a40a2 /shells | |
parent | 4b0835c5f3512fe972d6c6ae7a50849320125b3f (diff) | |
download | pkgsrc-b1e5df2a475c6ce05cca51e33d94e4953abd6c00.tar.gz |
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/pkg/PLIST | 6 | ||||
-rw-r--r-- | shells/zsh/pkg/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST index 79c14ed0777..75fe9d3f87e 100644 --- a/shells/bash2/pkg/PLIST +++ b/shells/bash2/pkg/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 1998/02/28 20:27:13 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:34 tv Exp $ bin/bash @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/bashbug man/man1/bash.1.gz man/man1/bashbug.1.gz -@unexec %D/bin/install-info --delete %D/info/bash.info %D/info/dir +@unexec install-info --delete %D/info/bash.info %D/info/dir info/bash.info -@exec %D/bin/install-info %D/info/bash.info %D/info/dir +@exec install-info %D/info/bash.info %D/info/dir share/doc/bash/article.ps.gz share/doc/bash/bashref.ps.gz share/doc/bash/bash.html diff --git a/shells/zsh/pkg/PLIST b/shells/zsh/pkg/PLIST index aae303e8ec6..d573d1e0878 100644 --- a/shells/zsh/pkg/PLIST +++ b/shells/zsh/pkg/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 1998/01/24 23:19:28 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:34 tv 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 %D/bin/install-info --delete %D/info/zsh.info %D/info/dir +@unexec 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 +@exec install-info %D/info/zsh.info %D/info/dir man/man1/zshcompctl.1.gz man/man1/zshexpn.1.gz man/man1/zshmisc.1.gz |