diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-22 07:40:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-22 07:40:21 +0800 |
commit | 44e4ea0f3940e7d06220b99883ec5b852134fa0b (patch) | |
tree | 25e453c838156d7ca4f956edbf73a9b855be4d06 /shells | |
parent | a15d3ae8156c06e90e206b3b0f978c4f0c7e97d3 (diff) | |
download | freebsd-ports-gnome-44e4ea0f3940e7d06220b99883ec5b852134fa0b.tar.gz freebsd-ports-gnome-44e4ea0f3940e7d06220b99883ec5b852134fa0b.tar.zst freebsd-ports-gnome-44e4ea0f3940e7d06220b99883ec5b852134fa0b.zip |
Fix properties on pkg-plist
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-devel/pkg-plist | 1 | ||||
-rw-r--r-- | shells/bash/pkg-plist | 1 | ||||
-rw-r--r-- | shells/psh/pkg-plist | 1 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/shells/bash-devel/pkg-plist b/shells/bash-devel/pkg-plist index 4d32f31aa676..857da8900929 100644 --- a/shells/bash-devel/pkg-plist +++ b/shells/bash-devel/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ 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; 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 diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index bae702a598b2..d2eb26a88c6b 100644 --- a/shells/bash/pkg-plist +++ b/shells/bash/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/bash bin/rbash bin/bashbug diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist index c750a9f4689c..dcbbbe04fa92 100644 --- a/shells/psh/pkg-plist +++ b/shells/psh/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/psh %%DATADIR%%/complete/debian %%DATADIR%%/complete/perl 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 |