diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 17:09:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 17:09:19 +0800 |
commit | 7e90ecbdd440999399569190945f6e7b299cd6db (patch) | |
tree | 1661b5802505c49fa617f777a049c9ae1ad356b8 | |
parent | 19683fe416259ac935cd0bc5cfab6115b275e000 (diff) | |
download | freebsd-ports-gnome-7e90ecbdd440999399569190945f6e7b299cd6db.tar.gz freebsd-ports-gnome-7e90ecbdd440999399569190945f6e7b299cd6db.tar.zst freebsd-ports-gnome-7e90ecbdd440999399569190945f6e7b299cd6db.zip |
Commit forgotten pkg-plist bits
-rw-r--r-- | shells/sash/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/sash/pkg-plist b/shells/sash/pkg-plist index a37894153f80..1272cbfc967e 100644 --- a/shells/sash/pkg-plist +++ b/shells/sash/pkg-plist @@ -1,3 +1,4 @@ bin/sash +man/man1/sash.1.gz @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 |