diff options
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 |