diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-12 01:42:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-12 01:42:36 +0800 |
commit | 34700b93ee12d30f10194a378e6b917bcae13469 (patch) | |
tree | 8b56f25125b5be6dd05af340e094bb197df7f3bc /shells/ksh93 | |
parent | 4b5e6a9e5b199a91b87ca581df1d6829198009a8 (diff) | |
download | freebsd-ports-gnome-34700b93ee12d30f10194a378e6b917bcae13469.tar.gz freebsd-ports-gnome-34700b93ee12d30f10194a378e6b917bcae13469.tar.zst freebsd-ports-gnome-34700b93ee12d30f10194a378e6b917bcae13469.zip |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index 8c2880a9dc27..f4850a427f4d 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -1,6 +1,4 @@ -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 +@shell bin/ksh93 man/man1/ksh93.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd |