Re: Making a port kit

1999-11-20 Thread Wes Peters
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

Re: Making a port kit

1999-11-20 Thread Ben Smithurst
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=

Re: Making a port kit

1999-11-20 Thread Wes Peters
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

Re: Making a port kit

1999-01-17 Thread Kris Kennaway
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

Re: Making a port kit

1999-01-17 Thread Wes Peters
[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

RE: Making a port kit

1999-01-16 Thread andrew
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

RE: Making a port kit

1999-01-16 Thread Daniel O'Connor
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

Making a port kit

1999-01-16 Thread Wes Peters
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