Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2024 17:37:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: baf36b45ba70 - main - misc/py-laspy: Fix typo
Message-ID:  <202405191737.44JHbikI004675@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191737.44JHbikI004675>