From owner-freebsd-ports Tue Oct 1 13:50: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 131EB37B401; Tue, 1 Oct 2002 13:50:03 -0700 (PDT) Received: from motgate3.mot.com (motgate3.mot.com [144.189.100.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3BB43E42; Tue, 1 Oct 2002 13:50:02 -0700 (PDT) (envelope-from rittle@latour.rsch.comm.mot.com) Received: [from mothost.mot.com (mothost.mot.com [129.188.137.101]) by motgate3.mot.com (motgate3 2.1) with ESMTP id NAA27911; Tue, 1 Oct 2002 13:47:43 -0700 (MST)] Received: [from latour.rsch.comm.mot.com (latour.rsch.comm.mot.com [145.1.80.116]) by mothost.mot.com (MOT-pobox 2.0) with ESMTP id NAA02781; Tue, 1 Oct 2002 13:49:59 -0700 (MST)] Received: from latour.rsch.comm.mot.com (localhost.rsch.comm.mot.com [127.0.0.1]) by latour.rsch.comm.mot.com (8.12.3/8.12.3) with ESMTP id g91Knsag058311; Tue, 1 Oct 2002 15:49:54 -0500 (CDT) (envelope-from rittle@latour.rsch.comm.mot.com) Received: (from rittle@localhost) by latour.rsch.comm.mot.com (8.12.3/8.12.3/Submit) id g91KnokX058308; Tue, 1 Oct 2002 15:49:50 -0500 (CDT) Date: Tue, 1 Oct 2002 15:49:50 -0500 (CDT) From: Loren James Rittle Message-Id: <200210012049.g91KnokX058308@latour.rsch.comm.mot.com> To: ports@freebsd.org Subject: Re: FreeBSD Port: freetype2-2.1.2 Cc: carock@epctech.com, sobomax@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Make went fine, then I did make install and this is what happened. > > ; do \ > > install -c -o root -g wheel -m 444 $P > > /usr/local/include/freetype2/freetype ; \ > > done > > "Makefile", line 26: Need an operator > > "Makefile", line 28: Need an operator > > "./builds/toplevel.mk", line 46: Need an operator > > "./builds/toplevel.mk", line 48: Need an operator > > "./builds/toplevel.mk", line 59: Missing dependency operator > > "./builds/toplevel.mk", line 61: Need an operator I have debugged this situation without creating a full patch. When dot is before /usr/bin on PATH then you see the above behavior. The reason is that a shell script called install exists in the top-level of the working tree. Regards, Loren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message