aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-27 17:09:19 +0800
committerbapt <bapt@FreeBSD.org>2013-12-27 17:09:19 +0800
commit7e90ecbdd440999399569190945f6e7b299cd6db (patch)
tree1661b5802505c49fa617f777a049c9ae1ad356b8 /shells
parent19683fe416259ac935cd0bc5cfab6115b275e000 (diff)
downloadfreebsd-ports-gnome-7e90ecbdd440999399569190945f6e7b299cd6db.tar.gz
freebsd-ports-gnome-7e90ecbdd440999399569190945f6e7b299cd6db.tar.zst
freebsd-ports-gnome-7e90ecbdd440999399569190945f6e7b299cd6db.zip
Commit forgotten pkg-plist bits
Diffstat (limited to 'shells')
-rw-r--r--shells/sash/pkg-plist1
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