summaryrefslogtreecommitdiff
path: root/net/syncthing1
diff options
context:
space:
mode:
Diffstat (limited to 'net/syncthing1')
-rw-r--r--net/syncthing1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/syncthing1/Makefile b/net/syncthing1/Makefile
index 2d562963f6b7..efbac0807561 100644
--- a/net/syncthing1/Makefile
+++ b/net/syncthing1/Makefile
@@ -1,7 +1,7 @@
PORTNAME= syncthing
DISTVERSIONPREFIX= v
DISTVERSION= 1.30.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= 1
@@ -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