diff options
author | frueauf <frueauf> | 1998-02-28 20:27:11 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-28 20:27:11 +0000 |
commit | be081ac7464f95bce9600d5d70823bb97acd23c9 (patch) | |
tree | f6875c6fbf7b15b6d3940acfef9ede21ca658c21 /shells/bash2 | |
parent | 1d26c92af94a4f28744b1700ecec42376e467088 (diff) | |
download | pkgsrc-be081ac7464f95bce9600d5d70823bb97acd23c9.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 |