summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-13 14:06:55 +0000
committeragc <agc@pkgsrc.org>1999-08-13 14:06:55 +0000
commit29656d015f0c51c3486c3054cfa81ecfb77972dd (patch)
tree9a531c51f82f652eb3a034c199e7193cf4b3288d /shells
parentf36dfb025b4129c0419c160089bdfeed5a4619a6 (diff)
downloadpkgsrc-29656d015f0c51c3486c3054cfa81ecfb77972dd.tar.gz
Substitute for ${PKGNAME} when generating the PLIST files.
Diffstat (limited to 'shells')
-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