From owner-freebsd-questions@FreeBSD.ORG Tue Jan 13 05:08:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E5E16A4CE for ; Tue, 13 Jan 2004 05:08:12 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BCE43D1F for ; Tue, 13 Jan 2004 05:08:11 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp104-184.lns1.adl1.internode.on.net [150.101.104.184])i0DD89xC080615; Tue, 13 Jan 2004 23:38:09 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: "Ben Dover" , freebsd-questions@freebsd.org Date: Tue, 13 Jan 2004 23:38:08 +1030 User-Agent: KMail/1.4.3 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200401132338.08641.malcolm.kay@internode.on.net> Subject: Re: cannot open Makefile Error code 2 Installing port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 13:08:13 -0000 On Tue, 13 Jan 2004 15:15, Ben Dover wrote: > This is probably simple but i can't find the answer in the handbook. I= am > installing the mod_frontpage port and I get the following error: > > devnu11# make install clean > =3D=3D=3D> Building for mod_frontpage-1.6.2 make seems to have read the top level Makefile to get this information... > make: cannot open Makefile. > *** Error code 2 thus it seems that this is some other Makefile -- probably in a sub direc= tory. > > Stop in /usr/ports/www/mod_frontpage. > > I CAN read the Makefile so I dont know what is wrong. I have tried > deleting the distfile hoping to start over but that didnt work. What d= o I > do next? > Malcolm kay