From owner-freebsd-ports Tue Aug 25 01:16:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19401 for freebsd-ports-outgoing; Tue, 25 Aug 1998 01:16:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19376 for ; Tue, 25 Aug 1998 01:15:59 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA21315; Tue, 25 Aug 1998 01:15:00 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA01088; Tue, 25 Aug 1998 01:14:47 -0700 (PDT) Date: Tue, 25 Aug 1998 01:14:47 -0700 (PDT) Message-Id: <199808250814.BAA01088@silvia.hip.berkeley.edu> To: andy@mail.cgu.chel.su CC: ports@FreeBSD.ORG In-reply-to: <199808241348.TAA18731@mail.cgu.chel.su> (message from Andrey Zakhvatov on Mon, 24 Aug 1998 19:48:34 +0600 (ESS)) Subject: Re: do-install targets in games/*/Makefiles From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I think it allows no-brain RightThing(tm) installation. I mean * proper handling of BINOWN, MANOWN etc. I prefer sometimes duplicate * install target of original Makefiles then track its rules for * prefixes, owners, modes etc. : * In general, I prefer _strict_ rules, determinated thing. Where man page * of X Window game must be? Answer, IMHO, must be without variants. That's an admirable goal, but overriding what the Imake config file does with owners and modes is just too much. First of all, you're fixing it at the wrong place, those should be fixed in the XFree86 config files, not in individual ports. Otherwise, I don't think it should be fixed. The /usr/X11R6 tree pretty much belongs to X, and if they say the binaries are owned by a certain user, it's really not worth the effort for us to override that. As for manpage sections, I agree with you, but I think the right thing to do is what games/oneko does: === pre-configure: @echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message