diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-04 18:42:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-04 18:42:09 +0000 |
commit | b51fd57a8df33144af8da844009d4261e7536260 (patch) | |
tree | 6ff73f5dd32694f7f13873564e03d820f1f7f4a3 /shells/bash | |
parent | fa88b4920f3b709be464e0583499f00dd81ae098 (diff) | |
download | ports-b51fd57a8df33144af8da844009d4261e7536260.tar.gz ports-b51fd57a8df33144af8da844009d4261e7536260.zip |
Notes
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index b08793be186e..81351694c041 100644 --- a/shells/bash/pkg-plist +++ b/shells/bash/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ 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 @@ -5,7 +6,7 @@ bin/bashbug @unexec install-info --delete %D/info/bash.info %D/info/dir info/bash.info @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/article.ps.bz2 +share/doc/bash/bashref.ps.bz2 share/doc/bash/article.txt @dirrm share/doc/bash |