summaryrefslogtreecommitdiff
path: root/shells/zsh/PLIST
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/PLIST')
-rw-r--r--shells/zsh/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh/PLIST b/shells/zsh/PLIST
index df63a0d3b83..17c6cce67a3 100644
--- a/shells/zsh/PLIST
+++ b/shells/zsh/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2001/11/29 09:16:28 martti Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/18 15:14:40 seb 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
bin/${PKGNAME}
-@unexec install-info --delete %D/info/zsh.info %D/info/dir
+@unexec ${INSTALL_INFO} --delete %D/info/zsh.info %D/info/dir
info/zsh.info
-@exec install-info %D/info/zsh.info %D/info/dir
+@exec ${INSTALL_INFO} %D/info/zsh.info %D/info/dir
man/man1/zsh.1
man/man1/zshall.1
man/man1/zshbuiltins.1