diff options
author | frueauf <frueauf> | 1998-02-28 20:27:11 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-28 20:27:11 +0000 |
commit | 765e63c6a4431b245d59030d7c4c90e1559b6ba4 (patch) | |
tree | f6875c6fbf7b15b6d3940acfef9ede21ca658c21 /shells/bash2 | |
parent | c2533e38bc552c3e4ba1c6cf54e183a5f86490ed (diff) | |
download | pkgsrc-765e63c6a4431b245d59030d7c4c90e1559b6ba4.tar.gz |
add missing @dirrm rules and add .gz suffix to manpages (if not already there).
Diffstat (limited to 'shells/bash2')
-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 |