git: 8d21c2b2d552 - main - devel/nanobind: Update comments

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 10 Dec 2024 21:49:22 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d21c2b2d552fb620833840a248ccefa55460397

commit 8d21c2b2d552fb620833840a248ccefa55460397
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-10 15:20:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-10 21:49:18 +0000

    devel/nanobind: Update comments
---
 devel/nanobind/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/nanobind/Makefile b/devel/nanobind/Makefile
index d10f1350f0b8..7932cf26c5e8 100644
--- a/devel/nanobind/Makefile
+++ b/devel/nanobind/Makefile
@@ -57,6 +57,7 @@ do-test:
 			return 1; \
 		fi
 
-# cmake installs files into non-standard loctations, see https://github.com/wjakob/nanobind/issues/810
+# cmake installs files into non-standard locations, see https://github.com/wjakob/nanobind/issues/810
+# hostile upstream, do not create bug reports
 
 .include <bsd.port.mk>