Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2021 17:35:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255755] make: "/usr/ports.dev/Mk/bsd.port.mk" line 1469: Unclosed .include filename. '"' expected
Message-ID:  <bug-255755-7788-2Wo2Nqj7VJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255755-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255755-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255755

--- Comment #3 from Anderson Guzman <aguzman@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!

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255755-7788-2Wo2Nqj7VJ>