diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-09-21 13:59:16 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-09-21 13:59:16 +0000 |
commit | ffcc8022b69aca3382c0ff1ff99ab9d77382b7f0 (patch) | |
tree | a06f64035019e8549d238e72b11d3419c0d20aed /shells/zsh-current/PLIST.dynamic | |
parent | 468f3fe28aa78574da3efce4163ed6fff333b8cc (diff) | |
download | pkgsrc-ffcc8022b69aca3382c0ff1ff99ab9d77382b7f0.tar.gz |
Fix build when ZSH_STATIC=yes; from Kouichirou Hiratsuka.
Diffstat (limited to 'shells/zsh-current/PLIST.dynamic')
-rw-r--r-- | shells/zsh-current/PLIST.dynamic | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/zsh-current/PLIST.dynamic b/shells/zsh-current/PLIST.dynamic index 309ac2e8683..102de1a6f47 100644 --- a/shells/zsh-current/PLIST.dynamic +++ b/shells/zsh-current/PLIST.dynamic @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.dynamic,v 1.3 2006/03/11 13:20:15 uebayasi Exp $ +@comment $NetBSD: PLIST.dynamic,v 1.4 2007/09/21 13:59:16 uebayasi Exp $ lib/zsh/${PKGVERSION}/zsh/cap.so lib/zsh/${PKGVERSION}/zsh/clone.so lib/zsh/${PKGVERSION}/zsh/compctl.so @@ -77,6 +77,9 @@ share/zsh/${PKGVERSION}/functions/zftransfer share/zsh/${PKGVERSION}/functions/zftype share/zsh/${PKGVERSION}/functions/zfuget share/zsh/${PKGVERSION}/functions/zfuput +share/zsh/${PKGVERSION}/functions/zsh-newuser-install +share/zsh/${PKGVERSION}/scripts/newuser +@dirrm share/zsh/${PKGVERSION}/scripts @dirrm lib/zsh/${PKGVERSION}/zsh/net @dirrm lib/zsh/${PKGVERSION}/zsh @dirrm lib/zsh/${PKGVERSION} |