summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-15 18:30:32 +0000
committermycroft <mycroft>2002-07-15 18:30:32 +0000
commit88763046e1e725917e2a05245d589f490afa9b3e (patch)
tree94908d183c3d94a5777e69075451430a7a88eebf /shells
parent31298c8afb1080c95aa2ce5fd6e7151a018f9f8a (diff)
downloadpkgsrc-88763046e1e725917e2a05245d589f490afa9b3e.tar.gz
Add mkdir for empty directory.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/PLIST b/shells/zsh/PLIST
index 17c6cce67a3..8ef22f8cdfa 100644
--- a/shells/zsh/PLIST
+++ b/shells/zsh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/18 15:14:40 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/07/15 18:30:32 mycroft Exp $
bin/zsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
@@ -370,6 +370,7 @@ share/zsh/${PKGVERSION}/functions/zkbd
share/zsh/${PKGVERSION}/functions/zmv
share/zsh/${PKGVERSION}/functions/zrecompile
share/zsh/${PKGVERSION}/functions/zstyle+
+@exec ${MKDIR} %D/share/zsh/site-functions
@dirrm share/zsh/site-functions
@dirrm share/zsh/${PKGVERSION}/functions
@dirrm share/zsh/${PKGVERSION}