summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjtb <jtb>2001-06-05 04:53:08 +0000
committerjtb <jtb>2001-06-05 04:53:08 +0000
commit8e5433e2497f0de038b5ca3a7d0e0ae17812fb67 (patch)
treec4ca99c9d5c7f55313a2057aa187bc4ef8ff1c96 /shells
parent944e8cde5d7bfc213804cf2ec3a739c49a456a8b (diff)
downloadpkgsrc-8e5433e2497f0de038b5ca3a7d0e0ae17812fb67.tar.gz
Fix problem with PLIST when zsh is static.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh4/pkg/PLIST41
-rw-r--r--shells/zsh4/pkg/PLIST.dynamic36
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