freebsd-ports/shells/ksh93/pkg-plist
Sunpoet Po-Chuan Hsieh 435815eaa8 - Fix /etc/shells manipulation
PR:		ports/185255
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-12-31 13:51:46 +00:00

8 lines
348 B
Text

@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells
bin/ksh93
@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
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%