diff options
Diffstat (limited to 'net/syncthing1/Makefile')
-rw-r--r-- | net/syncthing1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/syncthing1/Makefile b/net/syncthing1/Makefile index 2d562963f6b7..236de13bcb11 100644 --- a/net/syncthing1/Makefile +++ b/net/syncthing1/Makefile @@ -25,14 +25,14 @@ BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv MAKE_ENV+= BUILD_HOST=freebsd \ BUILD_USER=ports +CONFLICTS_INSTALL= syncthing + NO_CCACHE= yes NO_WRKSUBDIR= yes USERS= syncthing GROUPS= syncthing -CONFLICTS= syncthing - .for x in ${BINS} PLIST_FILES+= bin/${x} .endfor |