aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93-devel/pkg-plist
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-11-04 23:10:06 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-11-04 23:10:06 +0000
commit45602fcdefb202a73c5c21c92eab38ac3bede0ec (patch)
treea0415477140ed21a5502d02f6638dfdba2c45a05 /shells/ksh93-devel/pkg-plist
parent03eef44dc944affa95e0de481f1e08a123252a36 (diff)
downloadports-45602fcdefb202a73c5c21c92eab38ac3bede0ec.tar.gz
ports-45602fcdefb202a73c5c21c92eab38ac3bede0ec.zip
Welcome ksh93-devel to the tree.
PR: ports/128466 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
Notes
Notes: svn path=/head/; revision=222404
Diffstat (limited to 'shells/ksh93-devel/pkg-plist')
-rw-r--r--shells/ksh93-devel/pkg-plist8
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/ksh93-devel/pkg-plist b/shells/ksh93-devel/pkg-plist
new file mode 100644
index 000000000000..fa4cb8a5e905
--- /dev/null
+++ b/shells/ksh93-devel/pkg-plist
@@ -0,0 +1,8 @@
+@comment $FreeBSD$
+bin/ksh93
+@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
+@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
+%%EXAMPLESDIR%%/dirs
+%%EXAMPLESDIR%%/popd
+%%EXAMPLESDIR%%/pushd
+@dirrm %%EXAMPLESDIR%%