From 115e2fe67c84e85cc8deee30fdf1bb2401487b36 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 19 Nov 1997 09:16:51 +0000 Subject: Oops - forgot to commit this. Install man pages using the values passed via the environment. --- archivers/lha/patches/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'archivers') diff --git a/archivers/lha/patches/patch-ab b/archivers/lha/patches/patch-ab index 3424cadc53b..1730e841881 100644 --- a/archivers/lha/patches/patch-ab +++ b/archivers/lha/patches/patch-ab @@ -19,3 +19,14 @@ if (cmd_filec >= xfilec) { xfilec += 256; cmd_filev = (char **) realloc(xfilev, +--- man/Makefile 1997/11/14 16:39:56 1.1 ++++ man/Makefile 1997/11/14 16:42:32 +@@ -8,7 +8,7 @@ + nroff -man lha.n > lha.man + + install: +- $(INSTALL) $(INSTALLMAN) lha.n $(MANDIR)/man$(MANSECT)/lha.$(MANSECT) ++ ${INSTALL} -c -m 0444 -o ${BINOWN} -g ${BINGRP} lha.n ${MANDIR}/man${MANSECT}/lha.${MANSECT} + + clean: + rm -f *~ -- cgit v1.2.3