diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-28 20:27:11 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-28 20:27:11 +0000 |
commit | ea3f12015ad1425aa4e9434cc8be41f09ab57a70 (patch) | |
tree | f6875c6fbf7b15b6d3940acfef9ede21ca658c21 /shells/bash2/pkg | |
parent | 45780d7541a274fb863442202696d46d06662e99 (diff) | |
download | pkgsrc-ea3f12015ad1425aa4e9434cc8be41f09ab57a70.tar.gz |
add missing @dirrm rules and add .gz suffix to manpages (if not already there).
Diffstat (limited to 'shells/bash2/pkg')
-rw-r--r-- | shells/bash2/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST index ae6adc27a89..79c14ed0777 100644 --- a/shells/bash2/pkg/PLIST +++ b/shells/bash2/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/01/24 23:11:55 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/02/28 20:27:13 frueauf 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 @@ -14,3 +14,4 @@ share/doc/bash/bash.html share/doc/bash/bashref.html share/doc/bash/bashref_toc.html share/doc/bash/article.txt +@dirrm share/doc/bash |