diff options
author | agc <agc@pkgsrc.org> | 1997-11-19 09:16:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-19 09:16:51 +0000 |
commit | 115e2fe67c84e85cc8deee30fdf1bb2401487b36 (patch) | |
tree | 6647330758198548dad5bd096114e4ab75bc1a6d /archivers/lha | |
parent | a5c9b3aaf1a969e4ad14e42804fc082d1a8202f0 (diff) | |
download | pkgsrc-115e2fe67c84e85cc8deee30fdf1bb2401487b36.tar.gz |
Oops - forgot to commit this. Install man pages using the values passed
via the environment.
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
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 *~ |