Ben Smithurst wrote:
>
> Wes Peters wrote:
> >
> > Which part of MANDIR did I misspell, the "m", "a", or "n"?
>
> I think it should be ${PREFIX}/man/man, I don't know why, but it
> should be from what I can tell.
Yes, that's it! The man page gets installed in ${MANDIR}${SECTION} is
why this wo
Wes Peters wrote:
> Nope, and it seems difficult to have a mistyped path when you don't have
> any paths anywhere. The only paths are in the obliterate makefile:
>
> ~~~ snip
> CFLAGS= -g
> PROG= obliterate
> SRCS= obliterate.c
> MAN8=
Kris Kennaway wrote:
>
> On Fri, 19 Nov 1999, Wes Peters wrote:
>
> > Actually, taking the MAN8= line out of the port Makefile fixed the problem.
> > Thanks for the hints.
>
> You need to have manpages referenced by MAN? variables instead of just
> installed directly: the reason is that they ma
On Fri, 19 Nov 1999, Wes Peters wrote:
> Actually, taking the MAN8= line out of the port Makefile fixed the problem.
> Thanks for the hints.
You need to have manpages referenced by MAN? variables instead of just
installed directly: the reason is that they may or may not be compressed
at the time
[EMAIL PROTECTED] wrote:
>
> On Fri, 19 Nov 1999, Daniel O'Connor wrote:
>
> > On 19-Nov-99 Wes Peters wrote:
> > > install -c -o root -g wheel -m 444 obliterate.8.gz /usr/local/man8
> >
> > This should install to /usr/local/man/man8
>
> ..and if the page is compressed already you need to set
On Fri, 19 Nov 1999, Daniel O'Connor wrote:
> On 19-Nov-99 Wes Peters wrote:
> > install -c -o root -g wheel -m 444 obliterate.8.gz /usr/local/man8
>
> This should install to /usr/local/man/man8
..and if the page is compressed already you need to set:
MANCOMPRESSED= yes
Andrew
To Unsub
On 19-Nov-99 Wes Peters wrote:
> install -c -o root -g wheel -m 444 obliterate.8.gz /usr/local/man8
This should install to /usr/local/man/man8
> /usr/local/man//man8/obliterate.8: No such file or directory
---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.g
OK, so I finally got around to crafting up a port kit for my obliterate
program, since it's been getting some notice once again. I have one
little problem left. When I "make install" I get the following snivels:
root@homer# make install
===> Installing for obliterate-0.3
install -c -s -o root
8 matches
Mail list logo