Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh installation on FreeBSD-2.2.6
- X-seq: zsh-users 1635
- From: Dan Nelson <dnelson@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: zsh installation on FreeBSD-2.2.6
- Date: Mon, 22 Jun 1998 11:00:36 -0500
- In-reply-to: <19980622104625.A21596@xxxxxxxxxxxxxxxxx>; from "Sven Guckes" on Mon Jun 22 10:46:25 GMT 1998
- References: <19980622104625.A21596@xxxxxxxxxxxxxxxxx>
In the last episode (Jun 22), Sven Guckes said:
> I just thought I'd mention it:
>
> Installing the zsh on FreeBSD-2.2.6 doesn't get the manuals right.
> You get the (standard) manual of the zsh even with "man zshall" -
> and all the other separate manuals do not show up at all.
The problem with zshall is that the zsh port compresses the manpages,
and the .so entries in zshall.1 fail. Try applying the following diff
to ports/shells/zsh/Makefile (which creates cat/zshall.1 before
compressing the source files). I'll submit something similar as a PR
to the FreeBSD port people.
-Dan Nelson
dnelson@xxxxxxxxxxxx
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/zsh/Makefile,v
retrieving revision 1.26
diff -b -u -r1.26 Makefile
--- Makefile 1997/09/26 08:23:14 1.26
+++ Makefile 1998/06/22 15:50:11
@@ -32,5 +32,6 @@
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir
+ @man zshall > /dev/null
.include <bsd.port.mk>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author