diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-14 05:30:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-14 05:30:07 +0800 |
commit | fa6b36c350f2ebf7f18117da80dfed66f65ac115 (patch) | |
tree | b2f79ad397805e2ee8d28fe84a901e4aaf4b5bff /shells/pdksh | |
parent | 5cbc70f5911bc4d4d8244f8d76ee07741721cb35 (diff) | |
download | freebsd-ports-gnome-fa6b36c350f2ebf7f18117da80dfed66f65ac115.tar.gz freebsd-ports-gnome-fa6b36c350f2ebf7f18117da80dfed66f65ac115.tar.zst freebsd-ports-gnome-fa6b36c350f2ebf7f18117da80dfed66f65ac115.zip |
Removed manpages from pkg/PLIST
Diffstat (limited to 'shells/pdksh')
-rw-r--r-- | shells/pdksh/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist index 651cadf8359f..4200e6156edd 100644 --- a/shells/pdksh/pkg-plist +++ b/shells/pdksh/pkg-plist @@ -1,4 +1,3 @@ bin/ksh @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 -man/man1/ksh.1.gz |