From 6ee52bda02c79f1a2f3defc93633fb4477b9ef6f Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 13 Aug 1999 14:06:55 +0000 Subject: Substitute for ${PKGNAME} when generating the PLIST files. --- shells/zsh/pkg/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/zsh') 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 -- cgit v1.2.3