git: 73b1a38a0cf2 - main - devel/ruff: Fix typo

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 28 Dec 2022 04:11:33 UTC
The branch main has been updated by yuri:

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

commit 73b1a38a0cf25b8ed5a93080387814dfdc50b924
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-28 04:11:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-28 04:11:08 +0000

    devel/ruff: Fix typo
---
 devel/ruff/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/ruff/Makefile b/devel/ruff/Makefile
index dea0aebb47cb..c9aff2794af2 100644
--- a/devel/ruff/Makefile
+++ b/devel/ruff/Makefile
@@ -321,6 +321,6 @@ CARGO_CRATES=	adler-1.0.2 \
 
 PLIST_FILES=	bin/${PORTNAME}
 
-.*PORTSCOUT=	limit:^.*0\.0\.2[56789].* # don't report before 0.0.25x+
+PORTSCOUT=	limit:^.*0\.0\.2[56789].* # don't report before 0.0.25x+
 
 .include <bsd.port.mk>