diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 13:51:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-31 13:51:46 +0000 |
commit | 435815eaa80ef169e9cfeb6464b91a648a252631 (patch) | |
tree | ebfc5ba52a52e76bafb3ecf64b96f69c71872504 | |
parent | 028b26149cfa5ef0fcdbe198b86cfd9820aae5b8 (diff) | |
download | ports-435815eaa80ef169e9cfeb6464b91a648a252631.tar.gz ports-435815eaa80ef169e9cfeb6464b91a648a252631.zip |
Notes
-rw-r--r-- | shells/ksh93/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index 59b5ea320327..25d81af4423a 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -1,7 +1,7 @@ +@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells bin/ksh93 -man/man1/ksh93.1.gz @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 +man/man1/ksh93.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd |