summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authoragc <agc>1999-08-13 14:06:55 +0000
committeragc <agc>1999-08-13 14:06:55 +0000
commit1c70349da2075a83eb4cf1992c07d8f525b2f636 (patch)
tree9a531c51f82f652eb3a034c199e7193cf4b3288d /shells/zsh
parent8c4961d29a3ad670ec5b63b92029f3d1547ed156 (diff)
downloadpkgsrc-1c70349da2075a83eb4cf1992c07d8f525b2f636.tar.gz
Substitute for ${PKGNAME} when generating the PLIST files.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/pkg/PLIST b/shells/zsh/pkg/PLIST
index d573d1e0878..27710cbeb18 100644
--- a/shells/zsh/pkg/PLIST
+++ b/shells/zsh/pkg/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:34 tv Exp $
+@comment $NetBSD: PLIST,v 1.6 1999/08/13 14:06:59 agc 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
-bin/zsh-3.0.5
+bin/${PKGNAME}
@unexec install-info --delete %D/info/zsh.info %D/info/dir
info/zsh.info
@exec install-info %D/info/zsh.info %D/info/dir