summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-02-11 19:17:28 +0000
committertv <tv@pkgsrc.org>1999-02-11 19:17:28 +0000
commit111c4f44b0b78e4097cc867f4de83e07eecb36f1 (patch)
treef76daec9f35f521bddac8b348dfb1657a18a40a2 /shells
parent9e9372fd24433d947a3a4e56ce2d631ed6006a28 (diff)
downloadpkgsrc-111c4f44b0b78e4097cc867f4de83e07eecb36f1.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/PLIST6
-rw-r--r--shells/zsh/pkg/PLIST6
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