git: 107d4a2cc54e - main - editors/neovim-qt: Add portscout

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 22 Oct 2022 20:22:59 UTC
The branch main has been updated by eduardo:

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

commit 107d4a2cc54e51ddd2875cf379f388a4f6ca46cf
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-10-22 19:40:16 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-22 20:22:41 +0000

    editors/neovim-qt: Add portscout
---
 editors/neovim-qt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile
index 21ecc6a39308..285a27966fc1 100644
--- a/editors/neovim-qt/Makefile
+++ b/editors/neovim-qt/Makefile
@@ -28,4 +28,6 @@ CMAKE_OFF=	ENABLE_TESTS
 
 DATADIR=	${PREFIX}/share/nvim-qt
 
+PORTSCOUT=	limit:^d\.d\.
+
 .include <bsd.port.mk>