From owner-freebsd-questions Thu Jan 9 13:06:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA21505 for questions-outgoing; Thu, 9 Jan 1997 13:06:57 -0800 (PST) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA21499 for ; Thu, 9 Jan 1997 13:06:55 -0800 (PST) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.4/8.6.9) with SMTP id QAA04380 for ; Thu, 9 Jan 1997 16:18:46 -0500 (EST) Date: Thu, 9 Jan 1997 16:18:46 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: questions@freebsd.org Subject: Installing from Ports collection Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Not sure if I have asked this already, but I've found that on all of my 2.1.6-RELEASE machines, "make install" of any port fails when trying to install the man pages. I assume this has something to do with the macro called by make for the port install procedure, but I'm really no good with make and worse at macros. It looks as if it's trying to grab the pages from /usr/local/ somewhere. Has anyone else seen this?? Some examples include the port of gnuplot, ssh, lsof... And if not, where is the macro called during the install so I can nose through it and try and correct it? Thanks, Charles