summaryrefslogtreecommitdiff
path: root/shells/zsh-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r--shells/zsh-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 80d0c4a66aa4..279edf9e1aee 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.22 1996/11/18 11:40:00 asami Exp $
+# $Id: Makefile,v 1.23 1996/12/19 11:31:20 torstenb Exp $
#
DISTNAME= zsh-3.0.2
@@ -27,4 +27,10 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
# If you want to build a static binary, uncomment the following line
#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
+
.include <bsd.port.mk>