mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1a4b8e2b1f
- Fix PLIST [1] - Bump PORTREVISION for package change Submitted by: olgeni [1]
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
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
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|