Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh installation on FreeBSD-2.2.6



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