diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 14:13:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 14:13:39 +0800 |
commit | 70b55b55b5b37c3a0ea677f1464ee9f8ec8ffe41 (patch) | |
tree | 395e3c019c5786f78f9b787e89b360639b717783 /shells/ksh93/pkg-plist | |
parent | 9a86194c85b7d5131e7f7fc0300787a1a1502654 (diff) | |
download | freebsd-ports-gnome-70b55b55b5b37c3a0ea677f1464ee9f8ec8ffe41.tar.gz freebsd-ports-gnome-70b55b55b5b37c3a0ea677f1464ee9f8ec8ffe41.tar.zst freebsd-ports-gnome-70b55b55b5b37c3a0ea677f1464ee9f8ec8ffe41.zip |
- Convert to new options helper
- Fix PLIST [1]
- Bump PORTREVISION for package change
Submitted by: olgeni [1]
Diffstat (limited to 'shells/ksh93/pkg-plist')
-rw-r--r-- | shells/ksh93/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index 25d81af4423a..8c2880a9dc27 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -1,5 +1,5 @@ -@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells bin/ksh93 +@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells @exec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells; echo %D/%F >> /etc/shells man/man1/ksh93.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs |