freebsd-ports/shells/ksh93/pkg-plist
Sunpoet Po-Chuan Hsieh e082dab196 - Remove INSTALLROOT completely
- Add OPTIONS: STATIC
- Change manipulation on /etc/shells
- Respect PORTEXAMPLES
- Bump PORTREVISION for PLIST change
2011-06-19 00:58:26 +00:00

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%%