ports in the ports tree wont build at all

Hi when I try compiling ports in the /usr/ports/ tree I get the following error message:
Code:
make: "/usr/ports/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
make: "/usr/ports/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
make: "/usr/ports/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
make: "/usr/ports/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
make: "/usr/ports/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
make: "/usr/ports/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
make: Fatal errors encountered -- cannot continuemake: "/usr/share/mk/sys.mk" line 201: Unknown modifier ':'
make: "/usr/share/mk/sys.mk" line 213: Unknown modifier ':'
make: Fatal errors encountered -- cannot continueeval: make:: not found
export: make:: bad variable name
I got this error message after doing:
Code:
portsnap fetch
portsnap update
 
The post I linked to refers to a change in bsd.port.mk that was reverted. It's around the same lines nedry is having problems with.
 
Back
Top