diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-13 21:30:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-13 21:30:07 +0000 |
commit | fa6b36c350f2ebf7f18117da80dfed66f65ac115 (patch) | |
tree | b2f79ad397805e2ee8d28fe84a901e4aaf4b5bff /shells/bash3 | |
parent | 5cbc70f5911bc4d4d8244f8d76ee07741721cb35 (diff) | |
download | FreeBSD-ports-fa6b36c350f2ebf7f18117da80dfed66f65ac115.zip FreeBSD-ports-fa6b36c350f2ebf7f18117da80dfed66f65ac115.tar.gz |
Removed manpages from pkg/PLIST
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/bash3/pkg-plist b/shells/bash3/pkg-plist index 86a6e5b..d2a7ab4 100644 --- a/shells/bash3/pkg-plist +++ b/shells/bash3/pkg-plist @@ -2,8 +2,6 @@ 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 bin/bashbug -man/man1/bash.1.gz -man/man1/bashbug.1.gz @unexec install-info --delete %D/info/bash.info %D/info/dir info/bash.info @exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir |