Date: Sat, 20 Nov 1999 19:49:03 -0700 From: Wes Peters <wes@softweyr.com> To: Ben Smithurst <ben@scientia.demon.co.uk> Cc: Kris Kennaway <kris@hub.freebsd.org>, andrew@ugh.net.au, Daniel O'Connor <doconnor@gsoft.com.au>, hackers@FreeBSD.ORG Subject: Re: Making a port kit Message-ID: <38375D9F.80C1DFA4@softweyr.com> References: <Pine.BSF.4.21.9911191511190.44918-100000@hub.freebsd.org> <3836F676.CB4D2D9F@softweyr.com> <19991120195945.B621@strontium.scientia.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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 work; it knows the SECTION is 8. Duh. BTW, should this program go in ${PREFIX}/bin or ${PREFIX}/sbin? I guess since it's supposed to be a "secure rm" bin is the correct place. > MAN8 should be in both Makefiles, with > MANCOMPRESSED=yes set in the port Makefile as someone else suggested so > the installation procedure doesn't try to compress them when they are > already compressed. That didn't appear to do anything the first time, but now that I've done it CORRECTLY it seems to work like a charm. Stick it with a fork, it's DONE. I can make; make install; make deinstall; make reinstall; make clean and have nothing puke. Now maybe I can get off my butt and make port kits for a couple of other things I have lying about. Thanks, guys, as usual you've burned through the fog quickly. I'd have been done even quicker, but I spent last night and today doing REAL construction work on my new office, so I can dedicate more time to hacking FreeBSD once winter gets here. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38375D9F.80C1DFA4>