diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-12-27 19:56:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-12-27 19:56:02 +0000 |
commit | 91bd536648d9f388049a253f6a2a7ba826d1d369 (patch) | |
tree | 08e93785352e34a5a30d93a7420a4f24315ec74d /net/syncthing | |
parent | Update to 2.0.24 (diff) |
net/syncthing - anonymize longVersion reported
PR: 252043
Submitted by: peterj
Notes
Notes:
svn path=/head/; revision=559415
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index b41e9a27941d..bf0724413ca9 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -29,6 +29,9 @@ PORTDOCS= * USERS= syncthing GROUPS= syncthing +# Anonymize +MAKE_ENV+= BUILD_USER=ports BUILD_HOST=freebsd + OPTIONS_DEFINE= DOCS NO_WRKSUBDIR= yes |