diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-05 04:53:08 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-05 04:53:08 +0000 |
commit | 3f30b9a4555832df703a21d6a8abb6b36895df4b (patch) | |
tree | c4ca99c9d5c7f55313a2057aa187bc4ef8ff1c96 /shells | |
parent | c0d00bd8aee0938221725f1ef588cbcf34fa71f2 (diff) | |
download | pkgsrc-3f30b9a4555832df703a21d6a8abb6b36895df4b.tar.gz |
Fix problem with PLIST when zsh is static.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh4/pkg/PLIST | 41 | ||||
-rw-r--r-- | shells/zsh4/pkg/PLIST.dynamic | 36 |
2 files changed, 40 insertions, 37 deletions
diff --git a/shells/zsh4/pkg/PLIST b/shells/zsh4/pkg/PLIST index 2b4aaa46efd..e7be07c151b 100644 --- a/shells/zsh4/pkg/PLIST +++ b/shells/zsh4/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/05 04:08:27 jtb Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/06/05 04:53:08 jtb Exp $ bin/zsh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells @@ -354,42 +354,11 @@ share/zsh/4.0.1/functions/promptnl share/zsh/4.0.1/functions/run-help share/zsh/4.0.1/functions/smart-insert-last-word share/zsh/4.0.1/functions/zed -share/zsh/4.0.1/functions/zfanon -share/zsh/4.0.1/functions/zfautocheck -share/zsh/4.0.1/functions/zfcd -share/zsh/4.0.1/functions/zfcd_match -share/zsh/4.0.1/functions/zfcget -share/zsh/4.0.1/functions/zfclose -share/zsh/4.0.1/functions/zfcput -share/zsh/4.0.1/functions/zfdir -share/zsh/4.0.1/functions/zffcache -share/zsh/4.0.1/functions/zfgcp -share/zsh/4.0.1/functions/zfget -share/zsh/4.0.1/functions/zfget_match -share/zsh/4.0.1/functions/zfgoto -share/zsh/4.0.1/functions/zfhere -share/zsh/4.0.1/functions/zfinit -share/zsh/4.0.1/functions/zfls -share/zsh/4.0.1/functions/zfmark -share/zsh/4.0.1/functions/zfopen -share/zsh/4.0.1/functions/zfparams -share/zsh/4.0.1/functions/zfpcp -share/zsh/4.0.1/functions/zfput -share/zsh/4.0.1/functions/zfrglob -share/zsh/4.0.1/functions/zfrtime -share/zsh/4.0.1/functions/zfsession -share/zsh/4.0.1/functions/zfstat -share/zsh/4.0.1/functions/zftp_chpwd -share/zsh/4.0.1/functions/zftp_progress -share/zsh/4.0.1/functions/zftransfer -share/zsh/4.0.1/functions/zftype -share/zsh/4.0.1/functions/zfuget -share/zsh/4.0.1/functions/zfuput share/zsh/4.0.1/functions/zkbd share/zsh/4.0.1/functions/zmv share/zsh/4.0.1/functions/zrecompile share/zsh/4.0.1/functions/zstyle+ -@dirrm share/zsh/site-functions -@dirrm share/zsh/4.0.1/functions -@dirrm share/zsh/4.0.1 -@dirrm share/zsh +@unexec rmdir %D/share/zsh/site-functions 2>/dev/null || true +@unexec rmdir %D/share/zsh/4.0.1/functions 2>/dev/null || true +@unexec rmdir %D/share/zsh/4.0.1 2>/dev/null || true +@unexec rmdir %D/share/zsh 2>/dev/null || true diff --git a/shells/zsh4/pkg/PLIST.dynamic b/shells/zsh4/pkg/PLIST.dynamic index 64d77c0f5bc..e87936e18a9 100644 --- a/shells/zsh4/pkg/PLIST.dynamic +++ b/shells/zsh4/pkg/PLIST.dynamic @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.dynamic,v 1.1.1.1 2001/06/05 04:08:28 jtb Exp $ +@comment $NetBSD: PLIST.dynamic,v 1.2 2001/06/05 04:53:09 jtb Exp $ lib/zsh/libzsh-4.0.1.so lib/zsh/4.0.1/zsh/rlimits.so lib/zsh/4.0.1/zsh/sched.so @@ -23,6 +23,40 @@ lib/zsh/4.0.1/zsh/computil.so lib/zsh/4.0.1/zsh/deltochar.so lib/zsh/4.0.1/zsh/zle.so lib/zsh/4.0.1/zsh/zleparameter.so +share/zsh/4.0.1/functions/zfanon +share/zsh/4.0.1/functions/zfautocheck +share/zsh/4.0.1/functions/zfcd +share/zsh/4.0.1/functions/zfcd_match +share/zsh/4.0.1/functions/zfcget +share/zsh/4.0.1/functions/zfclose +share/zsh/4.0.1/functions/zfcput +share/zsh/4.0.1/functions/zfdir +share/zsh/4.0.1/functions/zffcache +share/zsh/4.0.1/functions/zfgcp +share/zsh/4.0.1/functions/zfget +share/zsh/4.0.1/functions/zfget_match +share/zsh/4.0.1/functions/zfgoto +share/zsh/4.0.1/functions/zfhere +share/zsh/4.0.1/functions/zfinit +share/zsh/4.0.1/functions/zfls +share/zsh/4.0.1/functions/zfmark +share/zsh/4.0.1/functions/zfopen +share/zsh/4.0.1/functions/zfparams +share/zsh/4.0.1/functions/zfpcp +share/zsh/4.0.1/functions/zfput +share/zsh/4.0.1/functions/zfrglob +share/zsh/4.0.1/functions/zfrtime +share/zsh/4.0.1/functions/zfsession +share/zsh/4.0.1/functions/zfstat +share/zsh/4.0.1/functions/zftp_chpwd +share/zsh/4.0.1/functions/zftp_progress +share/zsh/4.0.1/functions/zftransfer +share/zsh/4.0.1/functions/zftype +share/zsh/4.0.1/functions/zfuget +share/zsh/4.0.1/functions/zfuput +@dirrm share/zsh/4.0.1/functions +@dirrm share/zsh/4.0.1 +@dirrm share/zsh @dirrm lib/zsh/4.0.1/zsh @dirrm lib/zsh/4.0.1 @dirrm lib/zsh |