git: f114b85770df - main - security/meek: fix PORTSCOUT, by using skipv

From: Vinícius Zavam <egypcio_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 14:11:34 UTC
The branch main has been updated by egypcio:

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

commit f114b85770dfc30a36848bd47d42740971b319dd
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-12-30 14:08:26 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-12-30 14:08:26 +0000

    security/meek: fix PORTSCOUT, by using skipv
---
 security/meek/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/meek/Makefile b/security/meek/Makefile
index 9bd010e08b06..4d2e59434cd5 100644
--- a/security/meek/Makefile
+++ b/security/meek/Makefile
@@ -36,6 +36,8 @@ PLIST_FILES=	bin/meek-client \
 
 SUB_FILES=	pkg-message
 
+PORTSCOUT=	skipv:rm
+
 do-test:
 .for t in ${GO_TARGET}
 	cd ${GO_WRKSRC}; \