From owner-freebsd-hackers Sat Nov 20 13:45:54 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B544F14C83; Sat, 20 Nov 1999 13:45:47 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.0.4] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.092 #1) id 11pGfh-000JQ8-00; Sat, 20 Nov 1999 19:59:45 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.092 #1) id 11pGfh-0000Ai-00; Sat, 20 Nov 1999 19:59:45 +0000 Date: Sat, 20 Nov 1999 19:59:45 +0000 From: Ben Smithurst To: Wes Peters Cc: Kris Kennaway , andrew@ugh.net.au, Daniel O'Connor , hackers@freebsd.org Subject: Re: Making a port kit Message-ID: <19991120195945.B621@strontium.scientia.demon.co.uk> References: <3836F676.CB4D2D9F@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3836F676.CB4D2D9F@softweyr.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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= obliterate.8 > BINDIR= ${PREFIX}/bin > MANDIR= ${PREFIX}/man > > .include > ~~~~~~~~~~~~~~~ snip ~~~~~~~~~~~~~~~~ > > 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. 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. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message