diff options
author | obrien <obrien@FreeBSD.org> | 2002-08-05 02:42:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-08-05 02:42:09 +0800 |
commit | 5258b416f0745ad482f4b1851a87f84812123e2b (patch) | |
tree | 7fdb33bf430c7bfb439b5d7b87290ec6803848ab /shells/bash | |
parent | de378a413da397d47c26790706ab4cc80f9b9d50 (diff) | |
download | freebsd-ports-gnome-5258b416f0745ad482f4b1851a87f84812123e2b.tar.gz freebsd-ports-gnome-5258b416f0745ad482f4b1851a87f84812123e2b.tar.zst freebsd-ports-gnome-5258b416f0745ad482f4b1851a87f84812123e2b.zip |
Forgot to update pkg-plist with 5.0b upgrade.
Submitted by: Neil Darlow <neil@darlow.co.uk>
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 |