[Bug 255755] make: "/usr/ports.dev/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 10 17:35:06 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255755

--- Comment #3 from Anderson Guzman <aguzman at pendulosoftware.com> ---
(In reply to Anderson Guzman from comment #2)


The fix is very easy, just add '"' to the line # 1469 on file bsd.port.mk:

orig:

.sinclude "${_overlayfile}

With the typo fix:

.sinclude "${_overlayfile}"

Be safe!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list