e082dab196
- Add OPTIONS: STATIC - Change manipulation on /etc/shells - Respect PORTEXAMPLES - Bump PORTREVISION for PLIST change
8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
bin/ksh93
|
|
@exec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells; echo %D/%F >> /etc/shells
|
|
@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|