Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2002 15:49:50 -0500 (CDT)
From:      Loren James Rittle <rittle@latour.rsch.comm.mot.com>
To:        ports@freebsd.org
Cc:        carock@epctech.com, sobomax@freebsd.org
Subject:   Re: FreeBSD Port: freetype2-2.1.2
Message-ID:  <200210012049.g91KnokX058308@latour.rsch.comm.mot.com>

next in thread | raw e-mail | index | archive | help

> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210012049.g91KnokX058308>