diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-02-25 20:15:12 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-02-25 20:15:12 +0000 |
commit | 1bfefbec5da6a33d114bab1771111756307a9d4f (patch) | |
tree | 63aa4c2ff61d0e57d2817b55297a93a200092c98 /security/fswatch/Makefile | |
parent | be09f684fa70c647a38f8b7dc2258ad1ac83901c (diff) |
Fix portscout configuration
Notes
Notes:
svn path=/head/; revision=527101
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 e86e59738adc..84be61f798ef 100644 --- a/security/fswatch/Makefile +++ b/security/fswatch/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-stflags GNU_CONFIGURE= yes -PORTSCOUT= ignore:0.02.04beta +PORTSCOUT= skipv:0.02.04beta post-patch: @${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \ |