From 926a8cc59867055fe6fea28ef345bcaefe7a63be Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 26 Feb 2020 12:48:55 +0000 Subject: [PATCH] Just tell portscout to ignore any future versions There are a lot of files on the website with names which are confusing portscout. Let's just set ignore:1 as most likely there are not going to be any further releases of this port. --- security/fswatch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/fswatch/Makefile b/security/fswatch/Makefile index 84be61f798ef..c5120c8d6fc7 100644 --- a/security/fswatch/Makefile +++ b/security/fswatch/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-stflags GNU_CONFIGURE= yes -PORTSCOUT= skipv:0.02.04beta +PORTSCOUT= ignore:1 post-patch: @${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \