diff options
author | agc <agc> | 1999-08-13 14:06:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-13 14:06:55 +0000 |
commit | 6ee52bda02c79f1a2f3defc93633fb4477b9ef6f (patch) | |
tree | 9a531c51f82f652eb3a034c199e7193cf4b3288d /shells/zsh | |
parent | 3dcb34eb0a7b960a90134743edc67181b43ae818 (diff) | |
download | pkgsrc-6ee52bda02c79f1a2f3defc93633fb4477b9ef6f.tar.gz |
Substitute for ${PKGNAME} when generating the PLIST files.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/pkg/PLIST | 4 |
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 |