diff options
author | hubertf <hubertf> | 1998-01-24 23:11:55 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 23:11:55 +0000 |
commit | bb4c665c1335d1898bdd0fdbdc0248323d7fe5f3 (patch) | |
tree | 6487d31067fb4610b6eb4eda6779ebd8f86f0347 /shells/bash2 | |
parent | d730ae7a3e92db70a797dd6604c3abe56d8417f3 (diff) | |
download | pkgsrc-bb4c665c1335d1898bdd0fdbdc0248323d7fe5f3.tar.gz |
portlint: add install-info
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST index a42dc15c589..ae6adc27a89 100644 --- a/shells/bash2/pkg/PLIST +++ b/shells/bash2/pkg/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:04:17 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/01/24 23:11:55 hubertf 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 info/bash.info +@exec %D/bin/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 |