git: baf36b45ba70 - main - misc/py-laspy: Fix typo

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:37:44 UTC
The branch main has been updated by sunpoet:

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

commit baf36b45ba7042b9e75815f16e158b3b4fab5fad
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:29:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:18:32 +0000

    misc/py-laspy: Fix typo
    
    Approved by:    portmgr (blanket)
---
 misc/py-laspy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/py-laspy/Makefile b/misc/py-laspy/Makefile
index 4264cd940daf..202fe36fba33 100644
--- a/misc/py-laspy/Makefile
+++ b/misc/py-laspy/Makefile
@@ -26,6 +26,6 @@ USE_PYTHON=	pep517 concurrent autoplist pytest # tests can't find the module las
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
-NOARCH=		yes
+NO_ARCH=	yes
 
 .include <bsd.port.mk>