diff options
author | obrien <obrien@FreeBSD.org> | 2002-08-04 18:42:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-08-04 18:42:09 +0000 |
commit | 5258b416f0745ad482f4b1851a87f84812123e2b (patch) | |
tree | 7fdb33bf430c7bfb439b5d7b87290ec6803848ab /shells/bash2 | |
parent | de378a413da397d47c26790706ab4cc80f9b9d50 (diff) | |
download | FreeBSD-ports-5258b416f0745ad482f4b1851a87f84812123e2b.zip FreeBSD-ports-5258b416f0745ad482f4b1851a87f84812123e2b.tar.gz |
Forgot to update pkg-plist with 5.0b upgrade.
Submitted by: Neil Darlow <neil@darlow.co.uk>
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist index b08793b..8135169 100644 --- a/shells/bash2/pkg-plist +++ b/shells/bash2/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 |