On Wed, Jul 20, 2005 at 05:17:39PM -0500, Chris wrote: > server# make > "/usr/ports/Mk/bsd.port.mk", line 1: Malformed conditional > (${_TMLINKS:M/usr/local*}x != x) > "/usr/ports/Mk/bsd.port.mk", line 4: Malformed conditional > (${_TMLINKS:N/usr/local*}x != x)
[...] > "/usr/ports/Mk/bsd.port.mk", line 4879: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 4879: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 5234: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 5234: Need an operator > make: fatal errors encountered -- cannot continue Are you sure you're using BSD make and not GNU make? Perhaps a port installed GNU make as make, or your PATH is set up in such a way that GNU make runs instead BSD make? ### BSD Make server# make -v make: no target to make. ### GNU Make server# gmake -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Regards, -cpghost. -- Cordula's Web. http://www.cordula.ws/ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"