summaryrefslogtreecommitdiff
path: root/shells/zsh-devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /shells/zsh-devel
parentUpdate to 990522 release (diff)
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r--shells/zsh-devel/Makefile5
-rw-r--r--shells/zsh-devel/pkg-plist1
2 files changed, 1 insertions, 5 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 5804e5cc16f4..779bf7ab1581 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1998
# Whom: shige
#
-# $Id: Makefile,v 1.29 1998/12/24 08:01:22 steve Exp $
+# $Id: Makefile,v 1.30 1999/03/01 09:38:19 shige Exp $
#
DISTNAME= zsh-3.1.5
@@ -29,9 +29,6 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
#LDFLAGS+=-static
post-install:
- @if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
@install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir
@${ECHO} "Updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist
index defb84dff95c..43d5a6f22e95 100644
--- a/shells/zsh-devel/pkg-plist
+++ b/shells/zsh-devel/pkg-plist
@@ -4,5 +4,4 @@ bin/zsh
bin/zsh-3.1.5
@unexec install-info --delete %D/info/zsh.info %D/info/dir
info/zsh.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/zsh.info %D/info/dir