diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-02-26 12:48:55 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-02-26 12:48:55 +0000 |
commit | 926a8cc59867055fe6fea28ef345bcaefe7a63be (patch) | |
tree | 9bc715371d9ab5b5ff9f2499bd01be3d61f0443e /security/fswatch/Makefile | |
parent | 6cdff66bbdeaffb110ba819fe3ffeea0b5e0ebf2 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=527165
Diffstat (limited to 'security/fswatch/Makefile')
-rw-r--r-- | security/fswatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)$$(&|' \ |