aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 23:40:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 23:40:21 +0000
commite04b632220192cfe7e48d0972ddf8dfe85f16729 (patch)
tree25e453c838156d7ca4f956edbf73a9b855be4d06 /shells/zsh
parent87e749cf4b93f7be931dcf0c1131f3a428d3d38f (diff)
downloadports-e04b632220192cfe7e48d0972ddf8dfe85f16729.tar.gz
ports-e04b632220192cfe7e48d0972ddf8dfe85f16729.zip
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/pkg-plist1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist
index ed3ca68b028f..41ee21f12661 100644
--- a/shells/zsh/pkg-plist
+++ b/shells/zsh/pkg-plist
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
bin/zsh
@exec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
@unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak